Expand description
Provides type definitions and traits for the built-in cryptographic hashes.
Enums§
- Blake2x128
- The BLAKE-2 crypto hash with 128-bit output.
- Blake2x256
- The BLAKE-2 crypto hash with 256-bit output.
- Keccak256
- The KECCAK crypto hash with 256-bit output.
- Sha2x256
- The SHA-2 crypto hash with 256-bit output.
Traits§
- Crypto
Hash - Types that are usable as built-in cryptographic hashes.
- Hash
Output - The output type of built-in cryptographic hash functions.