pub struct Sha2_128f;Expand description
SLH-DSA-SHA2-128f parameter set (NIST security level 1, fast operations).
Trait Implementations§
Source§impl Params for Sha2_128f
impl Params for Sha2_128f
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-SHA2-128f"
const NAME: &'static str = "SLH-DSA-SHA2-128f"
Human-readable name of this parameter set (e.g.,
"SLH-DSA-SHAKE-128f").Source§type Hash = Sha2Family
type Hash = Sha2Family
Tweakable-hash family for this parameter set:
ShakeFamily
(FIPS 205 §11.1) or Sha2Family (§11.2).Auto Trait Implementations§
impl Freeze for Sha2_128f
impl RefUnwindSafe for Sha2_128f
impl Send for Sha2_128f
impl Sync for Sha2_128f
impl Unpin for Sha2_128f
impl UnsafeUnpin for Sha2_128f
impl UnwindSafe for Sha2_128f
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