-
Notifications
You must be signed in to change notification settings - Fork 258
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
Secret storage support #2591
Secret storage support #2591
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2591 +/- ##
==========================================
+ Coverage 78.30% 78.41% +0.10%
==========================================
Files 191 192 +1
Lines 19952 20098 +146
==========================================
+ Hits 15624 15760 +136
- Misses 4328 4338 +10
☔ View full report in Codecov by Sentry. |
f423b62
to
2aef91c
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.
It looks excellent, well done!
b2f1767
to
cda9ed1
Compare
cda9ed1
to
ae5b3a2
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.
Apart from the minor suggestions (mostly regarding comment wording), this looks very good! Especially the exhaustive test suite. ❤️
Co-authored-by: Ivan Enderlin <ivan@mnt.io> Co-authored-by: Denis Kasak <dkasak@termina.org.uk>
e351222
to
9aaba44
Compare
Initial support for secret storage in the matrix-sdk-crypto crate.
This is the crypto crate part of: #402
The main crate PR is at #2621.