Crate encrust_core
source ·Expand description
Crate implementing core functionality for encrust
. See the main crate for
documentation.
Structs
- Type used to access encrusted data.
- Container struct for encrust, accepting
Encrustable
+Zeroize
types for encryption and decryption when needed.
Traits
- Trait required to use data types with encrust. If it is avoidable, do not implement this manually, but use the derive macro to generate the implementation.