[][src]Trait bromberg_sl2::BrombergHashable

pub trait BrombergHashable {
    pub fn bromberg_hash(&self) -> HashMatrix;
}

Things that can be hashed using this crate.

The instance for AsRef<u8> is DEPRECATED, since users may want to choose different ways of hashing their data than the one implied by AsRef.

Required methods

Loading content...

Implementors

impl<T: AsRef<[u8]>> BrombergHashable for T[src]

Loading content...