feat(notsecrets): SSH Ed25519 identity and recipient

This commit is contained in:
Joseph O'Brien
2026-04-01 20:53:59 -04:00
parent b899198e98
commit 566501cb42
5 changed files with 221 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};
pub use recipients::{Recipient, X25519Recipient, ScryptRecipient};
pub use identities::{FileKey, Header, Identity, Stanza, X25519Identity, ScryptIdentity, SshEd25519Identity};
pub use recipients::{Recipient, X25519Recipient, ScryptRecipient, SshEd25519Recipient};
pub use sources::{BitwardenSource, FileSource, PromptSource};
// Legacy API — kept for notstrap compatibility until Task 12.