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 SHA3 implementation #7

Merged
merged 3 commits into from
Mar 4, 2025

Add functions to compute sha3 hashes for a ByteArray

0880057
Select commit
Loading
Failed to load commit list.
Merged

Add SHA3 implementation #7

Add functions to compute sha3 hashes for a ByteArray
0880057
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 4, 2025 in 1s

86.28% (+0.82%) compared to 3919b63

View this Pull Request on Codecov

86.28% (+0.82%) compared to 3919b63

Details

Codecov Report

Attention: Patch coverage is 92.95775% with 5 lines in your changes missing coverage. Please review.

Project coverage is 86.28%. Comparing base (3919b63) to head (0880057).

Files with missing lines Patch % Lines
korlibs-crypto/src/korlibs/crypto/SHA3.kt 92.95% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
+ Coverage   85.45%   86.28%   +0.82%     
==========================================
  Files          16       17       +1     
  Lines         770      853      +83     
  Branches       98      109      +11     
==========================================
+ Hits          658      736      +78     
- Misses         89       93       +4     
- Partials       23       24       +1     

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