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ยง
- Identify
Key - Types implementing IdentifyKey are capable of knowing which cryptographic key is needed to encrypt/decrypt them.