pub trait BrombergHashable {
// Required method
fn bromberg_hash(&self) -> HashMatrix;
}Expand description
Things that can be hashed using this crate.
pub trait BrombergHashable {
// Required method
fn bromberg_hash(&self) -> HashMatrix;
}Things that can be hashed using this crate.