Skip to main content

DecryptionKey

Type Alias DecryptionKey 

Source
pub type DecryptionKey = DecryptionKey<Aead, Kdf>;
Expand description

Decryption key using the crypto backend selected via feature flags.

Aliased Typeยง

pub struct DecryptionKey { /* private fields */ }