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