- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for HASH_FUNCTION_VIA_HASHER (0.38 seconds)
-
guava-tests/benchmark/com/google/common/hash/MessageDigestAlgorithmBenchmark.java
}, HASH_FUNCTION_DIRECT() { @Override public byte[] hash(Algorithm algorithm, byte[] input) { return algorithm.getHashFunction().hashBytes(input).asBytes(); } }, HASH_FUNCTION_VIA_HASHER() { @Override public byte[] hash(Algorithm algorithm, byte[] input) { return algorithm.getHashFunction().newHasher().putBytes(input).hash().asBytes(); } }; ;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jul 14 14:44:08 GMT 2025 - 3.5K bytes - Click Count (0)