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

Take some steps toward eliminating the last unsafe in ring::polyfill #1732

Merged
merged 3 commits into from
Oct 13, 2023

AEAD/Polyfill: Use `ArraySplitMap` instead of `ChunksFixed`.

6e6b118
Select commit
Loading
Failed to load commit list.
Merged

Take some steps toward eliminating the last unsafe in ring::polyfill #1732

AEAD/Polyfill: Use `ArraySplitMap` instead of `ChunksFixed`.
6e6b118
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Oct 13, 2023 in 0s

96.12% (+0.01%) compared to 75c620a

View this Pull Request on Codecov

96.12% (+0.01%) compared to 75c620a

Details

Codecov Report

Merging #1732 (6e6b118) into main (75c620a) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1732      +/-   ##
==========================================
+ Coverage   96.11%   96.12%   +0.01%     
==========================================
  Files         136      137       +1     
  Lines       20521    20548      +27     
  Branches      217      217              
==========================================
+ Hits        19723    19752      +29     
  Misses        760      760              
+ Partials       38       36       -2     
Files Coverage Δ
src/aead/aes.rs 98.66% <100.00%> (ø)
src/aead/chacha.rs 100.00% <100.00%> (ø)
src/aead/gcm.rs 98.00% <100.00%> (-0.01%) ⬇️
src/aead/gcm/gcm_nohw.rs 76.58% <100.00%> (-0.34%) ⬇️
src/polyfill.rs 100.00% <ø> (ø)
src/polyfill/array_split_map.rs 100.00% <100.00%> (ø)
src/polyfill/chunks_fixed.rs 100.00% <ø> (ø)

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more