-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: EncryptItem and DecryptItem #22
Conversation
DynamoDbItemEncryptor/src/AwsCryptographyDynamoDbItemEncryptorOperations.dfy
Outdated
Show resolved
Hide resolved
DynamoDbItemEncryptor/src/AwsCryptographyDynamoDbItemEncryptorOperations.dfy
Outdated
Show resolved
Hide resolved
@@ -163,8 +157,7 @@ Each key-value pair MUST be serialized as: | |||
| Value Length | 4 | | |||
| Map Value | Variable | | |||
|
|||
This sequence MUST NOT contain duplicate [Map Keys](#map-key). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar to how you have added "Binary Sets MUST NOT contain duplicate entries" above. I want to reintroduce this as a MUST requirement here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll put it back, but I don't know how to Duvet it.
Issue #, if available:
Description of changes:
EncryptItem and DecryptItem
Very little is testable right now, but I've added as much Duvet coverage as I could.
Also finished Duvet coverage for DynamoToStruct.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.