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.