Trait bromberg_sl2::BrombergHashable[][src]

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

Things that can be hashed using this crate.

Required methods

Implementations on Foreign Types

Implementors