pub struct Shake128s;Expand description
SLH-DSA-SHAKE-128s parameter set (NIST security level 1, small signatures).
Provides 128-bit security with relatively compact signatures (~7856 bytes) but
slower signing and verification compared to Shake128f.
Trait Implementations§
Source§impl Params for Shake128s
impl Params for Shake128s
Source§const H_PRIME: usize = 9
const H_PRIME: usize = 9
Height
h' of each individual XMSS tree within the hypertree. Read moreSource§const NAME: &'static str = "SLH-DSA-SHAKE-128s"
const NAME: &'static str = "SLH-DSA-SHAKE-128s"
Human-readable name of this parameter set (e.g.,
"SLH-DSA-SHAKE-128f").Source§type Hash = ShakeFamily
type Hash = ShakeFamily
Tweakable-hash family for this parameter set:
ShakeFamily
(FIPS 205 §11.1) or Sha2Family (§11.2).Auto Trait Implementations§
impl Freeze for Shake128s
impl RefUnwindSafe for Shake128s
impl Send for Shake128s
impl Sync for Shake128s
impl Unpin for Shake128s
impl UnsafeUnpin for Shake128s
impl UnwindSafe for Shake128s
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