pub struct Shake256f;Expand description
SLH-DSA-SHAKE-256f parameter set (NIST security level 5, fast operations).
Provides 256-bit security with faster signing and verification but larger
signatures compared to Shake256s.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Shake256f
impl RefUnwindSafe for Shake256f
impl Send for Shake256f
impl Sync for Shake256f
impl Unpin for Shake256f
impl UnsafeUnpin for Shake256f
impl UnwindSafe for Shake256f
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