Searched refs:INCFS_MAX_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
472 private static final int INCFS_MAX_HASH_SIZE = 32; // SHA256 field in IncrementalStorage521 if (hashingInfo.rawRootHash.length != INCFS_MAX_HASH_SIZE) { in validateV4Signature()522 throw new IOException("rawRootHash has to be " + INCFS_MAX_HASH_SIZE + " bytes"); in validateV4Signature()