Remove the word "deprecated" From the EcdsaKeyPair::sign documentation.

This commit is contained in:
Brian Smith 2023-09-29 22:02:25 -07:00
parent 02b01e03d2
commit 9dbbc55cfd

View File

@ -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,