Skip to main content

Module traits

Module traits 

Source

Re-exportsยง

pub use encryptable::CompositeEncryptable;
pub use encryptable::PrimitiveEncryptable;
pub use decryptable::Decryptable;
pub use keyslot_ids::KeySlotId;
pub use keyslot_ids::KeySlotIds;
pub use keyslot_ids::LocalId;

Modulesยง

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

Traitsยง

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