Identity256

Type Alias Identity256 

Source
pub type Identity256 = IdentityHasher<U32>;
Expand description

32 byte Identity hasher (constrained to 32 bytes).

§Panics

Panics if the input is bigger than 32 bytes.

Aliased Type§

pub struct Identity256 { /* private fields */ }