Module ink_env::hash[][src]

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

Enums

Blake2x128

The BLAKE2 crypto hash with 128-bit output.

Blake2x256

The BLAKE2 crypto hash with 256-bit output.

Keccak256

The KECCAK crypto hash with 256-bit output.

Sha2x256

The SHA2 crypto hash with 256-bit output.

Traits

CryptoHash

Types that are usable as built-in cryptographic hashes.

HashOutput

The output type of a built-in cryptographic hash function.