Skip to content

Commit

Permalink
k256: derive Clone for ecdsa::SigningKey
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jun 23, 2021
1 parent 5bc9408 commit 5892d66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k256/src/ecdsa/sign.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ use core::str::FromStr;

/// ECDSA/secp256k1 signing key
#[cfg_attr(docsrs, doc(cfg(feature = "ecdsa")))]
#[derive(Clone)]
pub struct SigningKey {
/// Inner secret key value
inner: NonZeroScalar,
Expand Down

0 comments on commit 5892d66

Please sign in to comment.