- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testAdler32_knownValues (0.09 sec)
-
android/guava-tests/test/com/google/common/hash/ChecksumHashFunctionTest.java
assertHash32(0x414FA339, CRC_32, "The quick brown fox jumps over the lazy dog"); assertHash32(0x4400B5BC, CRC_32, "The quick brown fox jumps over the lazy cog"); } public void testAdler32_knownValues() throws Exception { assertHash32(0x041701A6, ADLER_32, "hell"); assertHash32(0x062C0215, ADLER_32, "hello"); assertHash32(0x08610235, ADLER_32, "hello "); assertHash32(0x0B0D02AC, ADLER_32, "hello w");
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jan 30 14:33:12 UTC 2018 - 3.1K bytes - Viewed (0)