pub struct MlDsa87;
Expand description
MlKem87
is the parameter set for security category 5.
Trait Implementations§
Source§impl AssociatedAlgorithmIdentifier for MlDsa87
Available on crate feature pkcs8
only.
impl AssociatedAlgorithmIdentifier for MlDsa87
Available on crate feature
pkcs8
only.Source§const ALGORITHM_IDENTIFIER: AlgorithmIdentifierRef<'static>
const ALGORITHM_IDENTIFIER: AlgorithmIdentifierRef<'static>
AlgorithmIdentifier
for this structure.impl StructuralPartialEq for MlDsa87
Auto Trait Implementations§
impl Freeze for MlDsa87
impl RefUnwindSafe for MlDsa87
impl Send for MlDsa87
impl Sync for MlDsa87
impl Unpin for MlDsa87
impl UnwindSafe for MlDsa87
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> DynAssociatedAlgorithmIdentifier for Twhere
T: AssociatedAlgorithmIdentifier,
impl<T> DynAssociatedAlgorithmIdentifier for Twhere
T: AssociatedAlgorithmIdentifier,
Source§fn algorithm_identifier(&self) -> Result<AlgorithmIdentifier<Any>, Error>
fn algorithm_identifier(&self) -> Result<AlgorithmIdentifier<Any>, Error>
AlgorithmIdentifier
for this structure.Source§impl<P> KeyGen for Pwhere
P: MlDsaParams,
impl<P> KeyGen for Pwhere
P: MlDsaParams,
Source§fn key_gen<R>(rng: &mut R) -> KeyPair<P>
Available on crate feature rand_core
only.
fn key_gen<R>(rng: &mut R) -> KeyPair<P>
rand_core
only.Generate a signing key pair from the specified RNG