feat(notsecrets): SSH Ed25519 identity and recipient
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user