mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
ml-dsa: missing derives on SigningKey (#1281)
When ExpandedSigningKey was split from SigningKey in #1261, the derive for Clone and PartialEq got removed.
This commit is contained in:
@@ -187,6 +187,7 @@ impl AsMut<Shake256> for MuBuilder {
|
||||
}
|
||||
|
||||
/// An ML-DSA signing key initialized through a seed
|
||||
#[derive(Clone, PartialEq)]
|
||||
pub struct SigningKey<P: MlDsaParams> {
|
||||
/// The signing key of the key pair
|
||||
signing_key: ExpandedSigningKey<P>,
|
||||
|
||||
Reference in New Issue
Block a user