Package | Description |
---|---|
com.exonum.binding.common.hash |
Hash functions and related structures.
|
Modifier and Type | Method and Description |
---|---|
static HashFunction |
Hashing.defaultHashFunction()
Returns the default Exonum hash function: SHA-256.
|
static HashFunction |
Hashing.sha256()
Returns a hash function implementing the SHA-256 algorithm (256 hash bits).
|
static HashFunction |
Hashing.sha384()
Returns a hash function implementing the SHA-384 algorithm (384 hash bits).
|
static HashFunction |
Hashing.sha512()
Returns a hash function implementing the SHA-512 algorithm (512 hash bits).
|
Copyright © 2018 Exonum. All rights reserved.