-
Notifications
You must be signed in to change notification settings - Fork 134
Fix logical bug and add test for tree-DRBG fork #2504
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: randomness_generation
Are you sure you want to change the base?
Fix logical bug and add test for tree-DRBG fork #2504
Conversation
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.
clang-tidy made some suggestions
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## randomness_generation #2504 +/- ##
=========================================================
+ Coverage 78.83% 78.86% +0.02%
=========================================================
Files 637 637
Lines 110352 110439 +87
Branches 15628 15623 -5
=========================================================
+ Hits 87001 87093 +92
+ Misses 22598 22592 -6
- Partials 753 754 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Issues:
V1827078279
Description of changes:
Fixes a logical bug in the tree-DRBG that would prevent a reseed under UBE.
Adds test coverage for tree-DRBG under UBE's.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.