pub struct CShakeReader<const RATE: usize> { /* private fields */ }Expand description
cSHAKE XOF reader generic over rate.
Trait Implementations§
Source§impl<const RATE: usize> Clone for CShakeReader<RATE>
impl<const RATE: usize> Clone for CShakeReader<RATE>
Source§fn clone(&self) -> CShakeReader<RATE>
fn clone(&self) -> CShakeReader<RATE>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<const RATE: usize> Debug for CShakeReader<RATE>
impl<const RATE: usize> Debug for CShakeReader<RATE>
Source§impl<const RATE: usize> Drop for CShakeReader<RATE>
impl<const RATE: usize> Drop for CShakeReader<RATE>
Source§impl<const RATE: usize> XofReader for CShakeReader<RATE>
impl<const RATE: usize> XofReader for CShakeReader<RATE>
Auto Trait Implementations§
impl<const RATE: usize> Freeze for CShakeReader<RATE>
impl<const RATE: usize> RefUnwindSafe for CShakeReader<RATE>
impl<const RATE: usize> Send for CShakeReader<RATE>
impl<const RATE: usize> Sync for CShakeReader<RATE>
impl<const RATE: usize> Unpin for CShakeReader<RATE>
impl<const RATE: usize> UnsafeUnpin for CShakeReader<RATE>
impl<const RATE: usize> UnwindSafe for CShakeReader<RATE>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more