[][src]Trait nimiq_hash::HashOutput

pub trait HashOutput: PartialEq + Eq + Clone + Serialize + Deserialize + Sized + SerializeContent + Debug {
    type Builder: Hasher<Output = Self>;
    fn as_bytes(&self) -> &[u8];
fn len() -> usize; }

Associated Types

type Builder: Hasher<Output = Self>

Loading content...

Required methods

fn as_bytes(&self) -> &[u8]

fn len() -> usize

Loading content...

Implementors

impl HashOutput for Sha512Hash[src]

impl HashOutput for Argon2dHash[src]

impl HashOutput for Blake2bHash[src]

impl HashOutput for Sha256Hash[src]

Loading content...