Closed skmcgrail closed 3 months ago
Attention: Patch coverage is 87.98883%
with 43 lines
in your changes missing coverage. Please review.
Project coverage is 92.58%. Comparing base (
c358484
) to head (93d8411
). Report is 54 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description of changes:
Adds support for KDF in Counter Mode and One-Step Key Derivation functions from NIST SP 800-108 and NIST SP 800-56c respectively.
Currently the APIs are under
crate::unstable::kdf
due to not being able to support this with thefips
feature at this time.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.