Skip to content
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

Rewrite the HASH DRBG base class for C++20 #234

Merged
merged 25 commits into from
Feb 4, 2025
Merged

Rewrite the HASH DRBG base class for C++20 #234

merged 25 commits into from
Feb 4, 2025

Conversation

mborland
Copy link
Member

@mborland mborland commented Feb 4, 2025

Closes: #226

Copy link

codecov bot commented Feb 4, 2025

Codecov Report

Attention: Patch coverage is 99.27273% with 2 lines in your changes missing coverage. Please review.

Project coverage is 99.93%. Comparing base (6cafb99) to head (728e70e).
Report is 26 commits behind head on develop.

Files with missing lines Patch % Lines
include/boost/crypt2/drbg/detail/hash_drbg.hpp 98.98% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #234      +/-   ##
===========================================
- Coverage   100.00%   99.93%   -0.07%     
===========================================
  Files           78       81       +3     
  Lines         2948     3278     +330     
===========================================
+ Hits          2948     3276     +328     
- Misses           0        2       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mborland mborland merged commit 4d20888 into develop Feb 4, 2025
45 of 47 checks passed
@mborland mborland deleted the hash_drbg branch February 4, 2025 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade HASH DRBG
1 participant