Do not deprecate the signature::RsaPublicKey alias yet.

Unless/until a bigger refactoring is completed, don't bother people about the new name.
This commit is contained in:
Brian Smith 2023-09-29 22:15:11 -07:00
parent d7b8b6192b
commit bb64b55bf0

View File

@ -296,7 +296,6 @@ pub use crate::rsa::{
/// An RSA key pair, used for signing.
#[cfg(feature = "alloc")]
#[deprecated = "Use `rsa::KeyPair`"]
pub type RsaKeyPair = crate::rsa::KeyPair;
/// A public key signature returned from a signing operation.