Expand description
Implementations of supported cryptographic hash functions.
Functionsยง
- blake2b_
128 - Conduct the BLAKE2 128-bit hash and place the result into
output
. - blake2b_
256 - Conduct the BLAKE2 256-bit hash and place the result into
output
. - keccak_
256 - Conduct the KECCAK 256-bit hash and place the result into
output
. - sha2_
256 - Conduct the SHA-2 256-bit hash and place the result into
output
.