chanced / navajo

A cryptographic toolkit for Rust
Apache License 2.0
1 stars 0 forks source link

adds seal/unseal to Aead, Daead, Signer #47

Closed chanced closed 1 year ago

chanced commented 1 year ago

fixes #45

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 4.83% and project coverage change: -0.79 :warning:

Comparison is base (c569ff6) 59.34% compared to head (846389c) 58.56%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #47 +/- ## ========================================== - Coverage 59.34% 58.56% -0.79% ========================================== Files 88 88 Lines 9188 9302 +114 ========================================== - Hits 5453 5448 -5 - Misses 3735 3854 +119 ``` | [Impacted Files](https://codecov.io/gh/chanced/navajo/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance) | Coverage Δ | | |---|---|---| | [navajo/src/aead.rs](https://codecov.io/gh/chanced/navajo/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance#diff-bmF2YWpvL3NyYy9hZWFkLnJz) | `35.46% <0.00%> (-4.80%)` | :arrow_down: | | [navajo/src/aead/key\_info.rs](https://codecov.io/gh/chanced/navajo/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance#diff-bmF2YWpvL3NyYy9hZWFkL2tleV9pbmZvLnJz) | `45.83% <0.00%> (-6.55%)` | :arrow_down: | | [navajo/src/daead.rs](https://codecov.io/gh/chanced/navajo/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance#diff-bmF2YWpvL3NyYy9kYWVhZC5ycw==) | `61.05% <0.00%> (-14.10%)` | :arrow_down: | | [navajo/src/dsa/key\_info.rs](https://codecov.io/gh/chanced/navajo/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance#diff-bmF2YWpvL3NyYy9kc2Eva2V5X2luZm8ucnM=) | `91.66% <0.00%> (ø)` | | | [navajo/src/dsa/signer.rs](https://codecov.io/gh/chanced/navajo/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance#diff-bmF2YWpvL3NyYy9kc2Evc2lnbmVyLnJz) | `44.53% <0.00%> (-17.43%)` | :arrow_down: | | [navajo/src/dsa/signing\_key.rs](https://codecov.io/gh/chanced/navajo/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance#diff-bmF2YWpvL3NyYy9kc2Evc2lnbmluZ19rZXkucnM=) | `76.33% <0.00%> (ø)` | | | [navajo/src/primitive.rs](https://codecov.io/gh/chanced/navajo/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance#diff-bmF2YWpvL3NyYy9wcmltaXRpdmUucnM=) | `62.98% <0.00%> (ø)` | | | [navajo/src/envelope.rs](https://codecov.io/gh/chanced/navajo/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance#diff-bmF2YWpvL3NyYy9lbnZlbG9wZS5ycw==) | `75.16% <100.00%> (ø)` | | | [navajo/src/hkdf/salt.rs](https://codecov.io/gh/chanced/navajo/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance#diff-bmF2YWpvL3NyYy9oa2RmL3NhbHQucnM=) | `44.31% <100.00%> (ø)` | | | [navajo/src/mac.rs](https://codecov.io/gh/chanced/navajo/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance#diff-bmF2YWpvL3NyYy9tYWMucnM=) | `55.55% <100.00%> (ø)` | | ... and [2 files with indirect coverage changes](https://codecov.io/gh/chanced/navajo/pull/47/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chance)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.