Structs§
- Prepared
Primary Key - Sealed
Table Entry - Wrapped to indicate that the value is encrypted
- Sealer
- Builder pattern for sealing a record of type,
T
. - Unseal
Spec - Unsealed
- 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§
- b64_
encode - Base64 encode the provided buffer using a URL safe scheme with no padding
- format_
term_ key - hmac
- Use a CipherStash
ExactIndex
to take the HMAC of a string with a provided salt
Type Aliases§
- Unsealed
Index - The combination of plaintext, index, name and index type for a particular field