Module cipherstash_dynamodb::crypto
source · Structs§
- Wrapped to indicate that the value is encrypted
- Builder pattern for sealing a record of type,
T
. - Wrapper to which values are added prior to being encrypted. Values added as “protected” (e.g. via Unsealed::add_protected) will be encrypted. Values added as “unprotected” (e.g. via Unsealed::add_unprotected) will not be encrypted.
Enums§
Functions§
- Base64 encode the provided buffer using a URL safe scheme with no padding
Type Aliases§
- The combination of plaintext, index, name and index type for a particular field