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
|
/// Returns the signature of the `message` using a random nonce generated by `rng`.
|
||||||
/// generated by `rng`.
|
|
||||||
pub fn sign(
|
pub fn sign(
|
||||||
&self,
|
&self,
|
||||||
rng: &dyn rand::SecureRandom,
|
rng: &dyn rand::SecureRandom,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user