Uses of Interface
com.exonum.binding.common.hash.HashFunction
Package | Description |
---|---|
com.exonum.binding.common.hash |
Hash functions and related structures.
|
-
Uses of HashFunction in com.exonum.binding.common.hash
Methods in com.exonum.binding.common.hash that return HashFunction Modifier and Type Method 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).