feat(notsecrets): scrypt identity and recipient (passphrase-based)

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