- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testParanoidHashBytes (0.12 sec)
-
android/guava-tests/test/com/google/common/hash/Murmur3Hash32Test.java
} } private static void assertHash(int expected, HashCode actual) { assertEquals(HashCode.fromInt(expected), actual); } public void testParanoidHashBytes() { HashFn hf = new HashFn() { @Override public byte[] hash(byte[] input, int seed) { return murmur3_32(seed).hashBytes(input).asBytes(); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:29:46 UTC 2024 - 8.3K bytes - Viewed (0)