feat(notsecrets): SSH RSA identity and recipient (OAEP-SHA256)

This commit is contained in:
Joseph O'Brien
2026-04-01 20:55:42 -04:00
parent 566501cb42
commit a0fe6f7128
5 changed files with 150 additions and 2 deletions

View File

@@ -6,8 +6,8 @@ pub mod sources;
pub mod _legacy;
pub use error::AgeError;
pub use identities::{FileKey, Header, Identity, Stanza, X25519Identity, ScryptIdentity, SshEd25519Identity};
pub use recipients::{Recipient, X25519Recipient, ScryptRecipient, SshEd25519Recipient};
pub use identities::{FileKey, Header, Identity, Stanza, X25519Identity, ScryptIdentity, SshEd25519Identity, SshRsaIdentity};
pub use recipients::{Recipient, X25519Recipient, ScryptRecipient, SshEd25519Recipient, SshRsaRecipient};
pub use sources::{BitwardenSource, FileSource, PromptSource};
// Legacy API — kept for notstrap compatibility until Task 12.