pub struct Shake<N, M> { /* private fields */ }
Expand description
Implementation of the component hash functions using SHAKE256
Follows section 10.1 of FIPS-205
Trait Implementations§
Source§impl<M> SigningKeyLen for Shake<U32, M>
impl<M> SigningKeyLen for Shake<U32, M>
Source§impl<M> SigningKeyLen for Shake<U16, M>
impl<M> SigningKeyLen for Shake<U16, M>
Source§impl<M> SigningKeyLen for Shake<U24, M>
impl<M> SigningKeyLen for Shake<U24, M>
Source§impl<M> VerifyingKeyLen for Shake<U32, M>
impl<M> VerifyingKeyLen for Shake<U32, M>
Source§impl<M> VerifyingKeyLen for Shake<U16, M>
impl<M> VerifyingKeyLen for Shake<U16, M>
Source§impl<M> VerifyingKeyLen for Shake<U24, M>
impl<M> VerifyingKeyLen for Shake<U24, M>
impl<N: Copy, M: Copy> Copy for Shake<N, M>
impl<N: Eq, M: Eq> Eq for Shake<N, M>
impl<N, M> StructuralPartialEq for Shake<N, M>
Auto Trait Implementations§
impl<N, M> Freeze for Shake<N, M>
impl<N, M> RefUnwindSafe for Shake<N, M>where
N: RefUnwindSafe,
M: RefUnwindSafe,
impl<N, M> Send for Shake<N, M>
impl<N, M> Sync for Shake<N, M>
impl<N, M> Unpin for Shake<N, M>
impl<N, M> UnwindSafe for Shake<N, M>where
N: UnwindSafe,
M: UnwindSafe,
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