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 aes_nohw.c to aes_nohw.rs. #2070

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

aes: Oxidize aes_nohw round steps.

897c90b
Select commit
Loading
Failed to load commit list.
Open

Rewrite aes_nohw.c to aes_nohw.rs. #2070

aes: Oxidize aes_nohw round steps.
897c90b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 23, 2024 in 0s

97.26% (+0.02%) compared to be4ba83

View this Pull Request on Codecov

97.26% (+0.02%) compared to be4ba83

Details

Codecov Report

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

Project coverage is 97.26%. Comparing base (be4ba83) to head (897c90b).
Report is 1 commits behind head on main.

Files Patch % Lines
src/aead/aes/aes_nohw.rs 99.83% 1 Missing ⚠️
src/constant_time.rs 96.87% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2070      +/-   ##
==========================================
+ Coverage   97.24%   97.26%   +0.02%     
==========================================
  Files         144      144              
  Lines       19998    20134     +136     
  Branches      228      205      -23     
==========================================
+ Hits        19447    19584     +137     
  Misses        525      525              
+ Partials       26       25       -1     

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