-
Notifications
You must be signed in to change notification settings - Fork 267
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(crypto-ffi-bindings): Save/Load dehydrated pickle key #4399
feat(crypto-ffi-bindings): Save/Load dehydrated pickle key #4399
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4399 +/- ##
==========================================
- Coverage 85.32% 85.31% -0.01%
==========================================
Files 283 283
Lines 31442 31452 +10
==========================================
+ Hits 26827 26834 +7
- Misses 4615 4618 +3 ☔ View full report in Codecov by Sentry. |
8550edb
to
57e3421
Compare
604e379
to
2b39476
Compare
57e3421
to
39b9531
Compare
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.
Looks good, a couple of suggestions.
use crate::DehydratedDeviceKey; | ||
|
||
#[test] | ||
fn test_dehydrated_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.
How about test_creating_dehydrated_key_from_slice
?
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.
Or test_roundtrip_dehydrated_device_key
maybe
review: better tests
39b9531
to
95582a6
Compare
Draft because depends on #4383
Signed-off-by: