Skip to content
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

Merged
merged 10 commits into from
Dec 16, 2022
Merged

feat: EncryptItem and DecryptItem #22

merged 10 commits into from
Dec 16, 2022

Conversation

ajewellamz
Copy link
Contributor

@ajewellamz ajewellamz commented Dec 9, 2022

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.

@ajewellamz ajewellamz temporarily deployed to ESDK CI December 9, 2022 00:52 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 9, 2022 00:52 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 9, 2022 00:52 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 9, 2022 00:52 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 9, 2022 00:52 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 9, 2022 00:52 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 9, 2022 00:52 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 9, 2022 00:52 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 9, 2022 00:52 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 9, 2022 00:52 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 9, 2022 00:52 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 9, 2022 00:52 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 12, 2022 01:02 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 12, 2022 01:02 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 12, 2022 01:02 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 12, 2022 01:02 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 12, 2022 01:02 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 12, 2022 01:02 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 12, 2022 01:02 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 12, 2022 01:02 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 12, 2022 01:02 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 12, 2022 01:02 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 12, 2022 01:02 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 12, 2022 01:02 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 12, 2022 15:56 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 02:11 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 02:11 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 02:11 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 02:11 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 02:11 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 02:11 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 02:11 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 02:11 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 02:11 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 02:11 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 02:11 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 02:11 — with GitHub Actions Inactive
@@ -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).
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 15:17 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 15:17 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 15:17 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 15:17 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 15:17 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 15:17 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 15:17 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 15:17 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 15:17 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 15:17 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 15:17 — with GitHub Actions Inactive
@ajewellamz ajewellamz temporarily deployed to ESDK CI December 16, 2022 15:17 — with GitHub Actions Inactive
@ajewellamz ajewellamz merged commit 7499cff into main Dec 16, 2022
@ajewellamz ajewellamz deleted the encrypt-decrypt branch December 16, 2022 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants