[][src]Trait rcmixed::traits::HashAlgorithm

pub trait HashAlgorithm {
    const HASH_LENGTH: usize;

    fn hash(data: &[u8]) -> Vec<u8>;
}

Associated Constants

Loading content...

Required methods

fn hash(data: &[u8]) -> Vec<u8>

Loading content...

Implementors

Loading content...