pub type GenericHash<T = u8, Output = GenericHashOutput> = GenericArray<T, Output>;Expand description
the GenericHash type alias defines a standard hash format for the crate
Aliased Type§
pub struct GenericHash<T = u8, Output = GenericHashOutput> { /* private fields */ }Trait Implementations§
Source§impl From<H256> for GenericHash
impl From<H256> for GenericHash
Source§fn from(input: H256) -> GenericHash
fn from(input: H256) -> GenericHash
Converts to this type from the input type.