feat(notsecrets): EncryptedIdentity stub — passphrase-protected identity file
This commit is contained in:
@@ -12,6 +12,9 @@ pub use scrypt::ScryptIdentity;
|
||||
pub mod ssh_rsa;
|
||||
pub use ssh_rsa::SshRsaIdentity;
|
||||
|
||||
pub mod encrypted;
|
||||
pub use encrypted::EncryptedIdentity;
|
||||
|
||||
/// The symmetric file encryption key — 16 random bytes.
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct FileKey([u8; 16]);
|
||||
|
||||
Reference in New Issue
Block a user