-
Notifications
You must be signed in to change notification settings - Fork 103
feat(storage): implement Clone and Display for KeyAes256 and add examples for using CSEK #3004
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3004 +/- ##
==========================================
- Coverage 96.51% 96.49% -0.03%
==========================================
Files 107 107
Lines 4396 4398 +2
==========================================
+ Hits 4243 4244 +1
- Misses 153 154 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
coryan
left a comment
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.
A few nits and thoughts for you to consider.
I also updated the description, you need a fixes #blah for each blah.
…lementations to KeyAes256
…into encrypted_storage_samples
dfc5d1c to
1196971
Compare
|
@coryan Making the changes you suggested revealed a couple of places that make |
Fixes #2975, fixes #2976, fixes #2977, and fixes #3042