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 HashFunctionHashing. defaultHashFunction()Returns the default Exonum hash function: SHA-256.static HashFunctionHashing. sha256()Returns a hash function implementing the SHA-256 algorithm (256 hash bits).static HashFunctionHashing. sha384()Returns a hash function implementing the SHA-384 algorithm (384 hash bits).static HashFunctionHashing. sha512()Returns a hash function implementing the SHA-512 algorithm (512 hash bits).