Module ink_env::hash

source ·
Expand description

Provides type definitions and traits for the built-in cryptographic hashes.

Enums§

  • The BLAKE-2 crypto hash with 128-bit output.
  • The BLAKE-2 crypto hash with 256-bit output.
  • The KECCAK crypto hash with 256-bit output.
  • The SHA-2 crypto hash with 256-bit output.

Traits§

  • Types that are usable as built-in cryptographic hashes.
  • The output type of built-in cryptographic hash functions.