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

Derive SecureRandom for SystemRandom on Fuchsia #2152

Merged
merged 1 commit into from
Oct 4, 2024

Fuchsia's getrandom uses OS's CSPRNG

4ada633
Select commit
Loading
Failed to load commit list.
Merged

Derive SecureRandom for SystemRandom on Fuchsia #2152

Fuchsia's getrandom uses OS's CSPRNG
4ada633
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 4, 2024 in 0s

97.12% (+0.15%) compared to 25cc803

View this Pull Request on Codecov

97.12% (+0.15%) compared to 25cc803

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.12%. Comparing base (25cc803) to head (4ada633).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2152      +/-   ##
==========================================
+ Coverage   96.96%   97.12%   +0.15%     
==========================================
  Files         151      149       -2     
  Lines       19597    19536      -61     
  Branches      468      465       -3     
==========================================
- Hits        19002    18974      -28     
+ Misses        487      460      -27     
+ Partials      108      102       -6     

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