pub type Vision32b<P> = VisionHasher<BinaryField32b, P>;
Expand description
The vision specialization over BinaryField32b
as per Vision Mark-32
Aliased Type§
struct Vision32b<P> { /* private fields */ }
Trait Implementations
Source§impl<F: Clone, P: Clone> Clone for VisionHasher<F, P>
impl<F: Clone, P: Clone> Clone for VisionHasher<F, P>
Source§fn clone(&self) -> VisionHasher<F, P>
fn clone(&self) -> VisionHasher<F, P>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more