| Interface | Description |
|---|---|
| Checksum128 |
Checksum interface to access 128 bit in various ways.
|
| Class | Description |
|---|---|
| FNV32 |
Hash function FNV-1a (http://www.isthe.com/chongo/tech/comp/fnv).
|
| FNV64 |
Hash function FNV-1a (http://www.isthe.com/chongo/tech/comp/fnv).
|
| Murmur3A |
Murmur3A (murmurhash3_x86_32)
|
| Murmur3F |
Murmur3F (MurmurHash3_x64_128)
|
| PrimitiveDataChecksum |
Wrapper for Checksum that accepts all kind of primitive data to update the hash.
|
Available under the Apache License, Version 2.0 - Copyright © 2012-2016 greenrobot.org. All Rights Reserved.