Searched refs:HASH_FUNCTION (Results 1 – 1 of 1) sorted by relevance
36 private static final HashFunction HASH_FUNCTION = Hashing.sha256(); field in DigestCalculator55 }.hash(HASH_FUNCTION).asBytes(); in compute()77 return DigestCalculator.buildDigest(HASH_FUNCTION.hashBytes(blob).asBytes(), blob.length); in compute()