-
Notifications
You must be signed in to change notification settings - Fork 593
Document Stateless Retry Key Generation #5258
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5258 +/- ##
==========================================
+ Coverage 85.68% 86.42% +0.74%
==========================================
Files 59 59
Lines 18331 18331
==========================================
+ Hits 15706 15843 +137
+ Misses 2625 2488 -137 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CI repros #5247 |
Co-authored-by: Guillaume Hetier <[email protected]>
|
||
*L* is the same as the key length for the `Algorithm`. | ||
|
||
### Example 1 - AES-GCM 256 |
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.
nit: Making a table could make this simpler and easier to read.
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.
Approved with nit
Cargo failure to investigate or file a bug for. |
Description
Document the algorithm used to generate the stateless retry keys.
Testing
N/A
Documentation
That's what this is.