Expand description
Interface that provides functions for hashing with different algorithms.
Structs§
- Host
Functions - Provides implementations for the extern host functions.
Functions§
- blake2_
128 - Conduct a 128-bit Blake2 hash.
- blake2_
256 - Conduct a 256-bit Blake2 hash.
- keccak_
256 - Conduct a 256-bit Keccak hash.
- keccak_
512 - Conduct a 512-bit Keccak hash.
- sha2_
256 - Conduct a 256-bit Sha2 hash.
- twox_64
- Conduct two XX hashes to give a 64-bit result.
- twox_
128 - Conduct two XX hashes to give a 128-bit result.
- twox_
256 - Conduct four XX hashes to give a 256-bit result.