cipherstash-dynamodb 0.8.3

CipherStash SDK for searchable, in-use encryption for DynamoDB
Documentation
1
2
3
4
5
6
mod flattened_encrypted_attributes;
mod flattened_protected_attributes;
mod normalized_protected_attributes;
pub(crate) use flattened_encrypted_attributes::FlattenedEncryptedAttributes;
pub(crate) use flattened_protected_attributes::FlattenedProtectedAttributes;
pub(crate) use normalized_protected_attributes::NormalizedProtectedAttributes;