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