Module traits

Source

Re-exportsยง

pub use encryptable::CompositeEncryptable;
pub use encryptable::PrimitiveEncryptable;
pub use decryptable::Decryptable;
pub use key_id::KeyId;
pub use key_id::KeyIds;

Modulesยง

decryptable ๐Ÿ”’
encryptable ๐Ÿ”’
This module defines traits for encrypting data. There are three categories here.
key_id ๐Ÿ”’

Traitsยง

IdentifyKey
Types implementing IdentifyKey are capable of knowing which cryptographic key is needed to encrypt/decrypt them.