-
Notifications
You must be signed in to change notification settings - Fork 4
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 mbedtls based hkdf #17
Add mbedtls based hkdf #17
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #17 +/- ##
==========================================
+ Coverage 92.37% 93.40% +1.03%
==========================================
Files 16 16
Lines 1796 1956 +160
==========================================
+ Hits 1659 1827 +168
+ Misses 137 129 -8 ☔ View full report in Codecov by Sentry. |
The windows fix for |
Hi @s-arash , could you help approve this PR: fortanix/rust-mbedtls#337, so I could publish patch release of |
Description
This PR adds HKDF implementation by using
mbedtls
functions.From benchmarks, there is ~7% performance improvement:
This PR also:
mbedtls
to0.12.1
0.0.1
Note
mbedtls
version used here.This PR will fix #7