| 类 | 说明 |
|---|---|
| AbstractStreamingHasher | |
| Adler32Hasher | |
| AdvancedStreamingHasher |
A convenience base class for implementors of
Hasher; handles accumulating data until an
entire "chunk" (of implementation-dependent length) is ready to be hashed. |
| ChecksumHasher | |
| Crc32cHasher | |
| Crc32Hasher | |
| Fnv1_32Hasher | |
| Fnv1_64Hasher | |
| Fnv1a_32Hasher |
Hash function FNV-1a (http://www.isthe.com/chongo/tech/comp/fnv).
|
| Fnv1a_64Hasher |
Hash function FNV-1a (http://www.isthe.com/chongo/tech/comp/fnv).
|
| HMacHasher | |
| JenkinsHasher |
Produces 32-bit hash for hash table lookup.
|
| MessageDigestHasher | |
| Murmur2Hasher |
This is a very fast, non-cryptographic hash suitable for general hash-based
lookup.
|
| Murmur3_128Hasher | |
| Murmur3_32Hasher |
Copyright © 2022. All rights reserved.