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

Add AESAVS #137

Merged
merged 15 commits into from
Dec 4, 2024
Merged

Add AESAVS #137

merged 15 commits into from
Dec 4, 2024

Conversation

mborland
Copy link
Member

@mborland mborland commented Dec 3, 2024

Contains CAVS 11 and CAVS 20 test vectors for AES128 ECB mode

Closes: #127
Closes: #122
Closes: #130

Copy link

codecov bot commented Dec 4, 2024

Codecov Report

Attention: Patch coverage is 99.17355% with 1 line in your changes missing coverage. Please review.

Project coverage is 99.90%. Comparing base (4c4a248) to head (1c52b4e).
Report is 16 commits behind head on develop.

Files with missing lines Patch % Lines
test/test_nist_cavs_detail.hpp 98.90% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #137      +/-   ##
===========================================
- Coverage    99.91%   99.90%   -0.02%     
===========================================
  Files          101      104       +3     
  Lines         4886     5007     +121     
  Branches       611      633      +22     
===========================================
+ Hits          4882     5002     +120     
- Misses           4        5       +1     

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

@mborland
Copy link
Member Author

mborland commented Dec 4, 2024

The missing line is the IV member which will be covered in further modes of operation.

@mborland mborland merged commit d0ecf86 into develop Dec 4, 2024
66 of 68 checks passed
@mborland mborland deleted the aesvs branch December 4, 2024 14:30
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.

Level 1: AES (128-bit) Implement AESAVS Implement ECB AES mode of operation
1 participant