You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixed handling of plaintext (non-encrytped attributes)
Added missing decrypt trait derive
Renamed the traits to more closely align with the SDK and to provide more flexibility in the future (Encryptable , Decryptable and Searchable instead of just Cryptonamo).
Moved attrs for partition_key and sort_key to field instead of container in derive macro
Support the ability to have literal (pk only) or composite (pk + sk) primary keys
Expanded the test coverage
Added a Sealer module which will be used to enforce zeroize behaviour in a future update
Removed Serde for any plaintext values to avoid potential serialiazation timing attacks
Updated to latest SDK which includes Plaintext Zeroize enforcement and a number of bug fixes