[][src]Trait nimiq_hash::Hash

pub trait Hash: SerializeContent {
    fn hash<H: HashOutput>(&self) -> H { ... }
}

Provided methods

fn hash<H: HashOutput>(&self) -> H

Loading content...

Implementations on Foreign Types

impl Hash for [u8; 32][src]

impl Hash for [u8; 64][src]

impl Hash for [u8][src]

impl Hash for Vec<u8>[src]

impl<'a> Hash for &'a str[src]

Loading content...

Implementors

impl<H> Hash for H where
    H: HashOutput
[src]

Loading content...