pub struct Shake192s;Expand description
SLH-DSA-SHAKE-192s parameter set (NIST security level 3, small signatures).
Trait Implementations§
Source§impl Params for Shake192s
impl Params for Shake192s
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-192s"
const NAME: &'static str = "SLH-DSA-SHAKE-192s"
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 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