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

@@ -9,6 +9,9 @@ pub use ssh_ed25519::SshEd25519Identity;
pub mod scrypt;
pub use scrypt::ScryptIdentity;
pub mod ssh_rsa;
pub use ssh_rsa::SshRsaIdentity;
/// The symmetric file encryption key — 16 random bytes.
#[derive(Clone, Debug)]
pub struct FileKey([u8; 16]);