[][src]Trait bromberg_sl2::BrombergHashable

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

Things that can be hashed using this crate.

Required methods

Loading content...

Implementations on Foreign Types

impl BrombergHashable for [u8][src]

impl<T: BrombergHashable, '_> BrombergHashable for &'_ T[src]

impl<T: BrombergHashable, '_> BrombergHashable for &'_ mut T[src]

impl<T: BrombergHashable> BrombergHashable for Box<T>[src]

impl<T: BrombergHashable> BrombergHashable for Rc<T>[src]

Loading content...

Implementors

Loading content...