feat(notsecrets): Encryptor — multi-recipient age encryption
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
pub mod encrypt;
|
||||
pub mod error;
|
||||
pub mod format;
|
||||
pub mod identities;
|
||||
@@ -7,6 +8,7 @@ pub mod _legacy;
|
||||
|
||||
pub use error::AgeError;
|
||||
pub use identities::{FileKey, Header, Identity, Stanza, X25519Identity, ScryptIdentity, SshEd25519Identity, SshRsaIdentity, EncryptedIdentity};
|
||||
pub use encrypt::Encryptor;
|
||||
pub use recipients::{Recipient, X25519Recipient, ScryptRecipient, SshEd25519Recipient, SshRsaRecipient};
|
||||
pub use sources::{BitwardenSource, FileSource, PromptSource};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user