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