| Package | Description |
|---|---|
| org.atlanmod.commons.hash |
Provides hash functions and related structures.
|
| Modifier and Type | Field and Description |
|---|---|
static Hasher |
StandardHashers.CITY
A
Hasher that uses the CityHash algorithm (64 bits). |
static Hasher |
StandardHashers.FARM_NA
A
Hasher that uses the FarmHash NA algorithm (64 bits). |
static Hasher |
StandardHashers.FARM_UO
A
Hasher that uses the FarmHash UO algorithm (64 bits). |
static Hasher |
StandardHashers.MD5
A
Hasher that uses the MD5 algorithm (128 bits). |
static Hasher |
StandardHashers.MURMUR3
A
Hasher that uses the MurmurHash3 64-bit algorithm (64 bits). |
static Hasher |
StandardHashers.SHA1
A
Hasher that uses the SHA-1 algorithm (160 bits). |
static Hasher |
StandardHashers.SHA256
A
Hasher that uses the SHA-256 algorithm (256 bits). |
static Hasher |
StandardHashers.XX
A
Hasher that uses the xxHash algorithm (64 bits). |
| Modifier and Type | Method and Description |
|---|---|
static Hasher |
StandardHashers.forName(String name)
Returns a
Hasher with the specified name. |
Copyright © 2017–2019 Atlanmod. All rights reserved.