franziskuskiefer / hpke-rs

Pure Rust implementation of HPKE (https://www.rfc-editor.org/rfc/rfc9180.html)
28 stars 14 forks source link

Crypto backends #29

Closed franziskuskiefer closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #29 (f8ae4b8) into main (968ec69) will decrease coverage by 8.39%. The diff coverage is 65.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
- Coverage   78.34%   69.94%   -8.40%     
==========================================
  Files          15       17       +2     
  Lines        1076     1321     +245     
==========================================
+ Hits          843      924      +81     
- Misses        233      397     +164     
Impacted Files Coverage Δ
benches/bench.rs 0.00% <0.00%> (ø)
src/util.rs 100.00% <ø> (+5.55%) :arrow_up:
traits/src/error.rs 0.00% <0.00%> (ø)
src/kem.rs 42.85% <42.85%> (-32.70%) :arrow_down:
traits/src/types.rs 51.51% <51.51%> (ø)
tests/test_hpke_kat.rs 72.91% <51.61%> (-25.22%) :arrow_down:
src/lib.rs 63.43% <62.50%> (+2.07%) :arrow_up:
evercrypt_provider/src/lib.rs 64.89% <64.89%> (ø)
rust_crypto_provider/src/aead.rs 72.22% <72.22%> (ø)
rust_crypto_provider/src/lib.rs 73.25% <73.25%> (ø)
... and 10 more