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:
Brian Smith 2023-09-29 22:05:10 -07:00 committed by GitHub
commit 8406e2cbb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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