pub struct HashSigsSha256GenericV1;Expand description
Performance profile using HashSigsRS’s generic construction with SHA-256.
This profile is not key- or signature-compatible with LegacyKeccak. It
is also not SLH-DSA, FIPS 205, XMSS, or an RFC 8391 parameter set.
Trait Implementations§
Source§impl Clone for HashSigsSha256GenericV1
impl Clone for HashSigsSha256GenericV1
Source§fn clone(&self) -> HashSigsSha256GenericV1
fn clone(&self) -> HashSigsSha256GenericV1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HashSigsSha256GenericV1
impl Debug for HashSigsSha256GenericV1
Source§impl Default for HashSigsSha256GenericV1
impl Default for HashSigsSha256GenericV1
Source§fn default() -> HashSigsSha256GenericV1
fn default() -> HashSigsSha256GenericV1
Returns the “default value” for a type. Read more
Source§impl Hash for HashSigsSha256GenericV1
impl Hash for HashSigsSha256GenericV1
Source§impl PartialEq for HashSigsSha256GenericV1
impl PartialEq for HashSigsSha256GenericV1
Source§impl Profile for HashSigsSha256GenericV1
impl Profile for HashSigsSha256GenericV1
impl Copy for HashSigsSha256GenericV1
impl Eq for HashSigsSha256GenericV1
impl ReferenceProfile for HashSigsSha256GenericV1
impl StructuralPartialEq for HashSigsSha256GenericV1
Auto Trait Implementations§
impl Freeze for HashSigsSha256GenericV1
impl RefUnwindSafe for HashSigsSha256GenericV1
impl Send for HashSigsSha256GenericV1
impl Sync for HashSigsSha256GenericV1
impl Unpin for HashSigsSha256GenericV1
impl UnsafeUnpin for HashSigsSha256GenericV1
impl UnwindSafe for HashSigsSha256GenericV1
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