Skip to content

v0.18.0: Implementation of generic newtypes - #615

Merged
brycx merged 2 commits into
v0.18.0from
generic-newtypes
Apr 25, 2026
Merged

v0.18.0: Implementation of generic newtypes#615
brycx merged 2 commits into
v0.18.0from
generic-newtypes

x25519: Enable is_clamped() on all build types

f7630bd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 25, 2026 in 0s

99.24% (+0.09%) compared to a5c3085

View this Pull Request on Codecov

99.24% (+0.09%) compared to a5c3085

Details

Codecov Report

❌ Patch coverage is 99.23208% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.24%. Comparing base (a5c3085) to head (f7630bd).

Files with missing lines Patch % Lines
src/hazardous/kem/ml_kem/internal/mod.rs 96.37% 10 Missing ⚠️
src/high_level/pwhash.rs 92.85% 3 Missing ⚠️
tests/stream/mod.rs 50.00% 3 Missing ⚠️
src/hazardous/kem/ml_kem/mlkem1024.rs 98.59% 2 Missing ⚠️
src/hazardous/kem/ml_kem/mlkem512.rs 98.59% 2 Missing ⚠️
src/hazardous/kem/ml_kem/mlkem768.rs 98.59% 2 Missing ⚠️
src/hazardous/kem/xwing.rs 99.17% 2 Missing ⚠️
src/generics/data.rs 99.43% 1 Missing ⚠️
src/hazardous/aead/streaming.rs 98.41% 1 Missing ⚠️
src/hazardous/kem/x25519_hkdf_sha256.rs 97.36% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           v0.18.0     #615      +/-   ##
===========================================
+ Coverage    99.14%   99.24%   +0.09%     
===========================================
  Files          108      113       +5     
  Lines        19957    21243    +1286     
===========================================
+ Hits         19787    21082    +1295     
+ Misses         170      161       -9     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.