pub struct Shake192f;Expand description
SLH-DSA-SHAKE-192f parameter set (NIST security level 3, fast operations).
Trait Implementations§
Source§impl Params for Shake192f
impl Params for Shake192f
Source§const H_PRIME: usize = 3
const H_PRIME: usize = 3
Height
h' of each individual XMSS tree within the hypertree. Read moreSource§const NAME: &'static str = "SLH-DSA-SHAKE-192f"
const NAME: &'static str = "SLH-DSA-SHAKE-192f"
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 Shake192f
impl RefUnwindSafe for Shake192f
impl Send for Shake192f
impl Sync for Shake192f
impl Unpin for Shake192f
impl UnsafeUnpin for Shake192f
impl UnwindSafe for Shake192f
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