Trait feanor_math::ring::HashableElRingStore
source · pub trait HashableElRingStore: RingStorewhere
Self::Type: HashableElRing,{
// Provided methods
fn hash<H: Hasher>(&self, el: &El<Self>, h: &mut H) { ... }
fn default_hash(&self, el: &El<Self>) -> u64 { ... }
}Expand description
RingStore for HashableElRings
Provided Methods§
fn hash<H: Hasher>(&self, el: &El<Self>, h: &mut H)
fn default_hash(&self, el: &El<Self>) -> u64
Object Safety§
This trait is not object safe.