Skip to content

Commit

Permalink
Do not deprecate the signature::RsaPublicKey alias yet.
Browse files Browse the repository at this point in the history
Unless/until a bigger refactoring is completed, don't bother people about the new name.
  • Loading branch information
briansmith committed Sep 30, 2023
1 parent d7b8b61 commit bb64b55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bb64b55

Please sign in to comment.