Merge pull request #1667 from briansmith/b/EcdsaKeyPair-sign-is-not-deprecated
Remove the word "deprecated" From the `EcdsaKeyPair::sign` documentation
This commit is contained in:
commit
8406e2cbb6
@ -168,8 +168,7 @@ impl EcdsaKeyPair {
|
||||
})
|
||||
}
|
||||
|
||||
/// Deprecated. Returns the signature of the `message` using a random nonce
|
||||
/// generated by `rng`.
|
||||
/// Returns the signature of the `message` using a random nonce generated by `rng`.
|
||||
pub fn sign(
|
||||
&self,
|
||||
rng: &dyn rand::SecureRandom,
|
||||
|
Loading…
x
Reference in New Issue
Block a user