-
Notifications
You must be signed in to change notification settings - Fork 125
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
Import Jitter Entropy v3.6.2 using new method and switch code to using it #2276
base: randomness_generation
Are you sure you want to change the base?
Import Jitter Entropy v3.6.2 using new method and switch code to using it #2276
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## randomness_generation #2276 +/- ##
=========================================================
- Coverage 79.05% 79.04% -0.02%
=========================================================
Files 629 629
Lines 107361 107397 +36
Branches 15169 15170 +1
=========================================================
+ Hits 84873 84890 +17
- Misses 21772 21789 +17
- Partials 716 718 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -0,0 +1,5 @@ | |||
name: jitterentropy-library |
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.
Could we just make jitterentropy a git submodule?
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.
yes, we could. But we do not use it anywhere else. It would be a strictly bigger behaviour change. Probably something we should do a cross the whole library at the same time.
3b363fd
to
53a0838
Compare
Description of changes:
This PR does three things: 1) Starts using the new Jitter Entropy import method 2) Imports Jitter Entropy v3.6.2 3) switch to using the new imported code.
Code changes at the AWS-LC level are based on #2220.
Jitter Entropy imported source code is now in under
/third-party/jitterentropy/jitterentropy-library/
. Meta data on the import is in/third_party/jitterentropy/META.yml
.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.