Trait feanor_math::ring::HashableElRingStore

source ·
pub trait HashableElRingStore: RingStore
where 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

Provided Methods§

source

fn hash<H: Hasher>(&self, el: &El<Self>, h: &mut H)

source

fn default_hash(&self, el: &El<Self>) -> u64

Object Safety§

This trait is not object safe.

Implementors§