pub struct Shake256s;Expand description
SLH-DSA-SHAKE-256s parameter set (NIST security level 5, small signatures).
Trait Implementations§
Source§impl Params for Shake256s
impl Params for Shake256s
Source§const H_PRIME: usize = 8
const H_PRIME: usize = 8
Height
h' of each individual XMSS tree within the hypertree. Read moreSource§const NAME: &'static str = "SLH-DSA-SHAKE-256s"
const NAME: &'static str = "SLH-DSA-SHAKE-256s"
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 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