Remove the word "deprecated" From the EcdsaKeyPair::sign
documentation.
This commit is contained in:
parent
02b01e03d2
commit
9dbbc55cfd
@ -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