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

@@ -3,6 +3,9 @@ use crate::error::AgeError;
pub mod x25519;
pub use x25519::X25519Identity;
pub mod ssh_ed25519;
pub use ssh_ed25519::SshEd25519Identity;
pub mod scrypt;
pub use scrypt::ScryptIdentity;