Skip to content
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

Implement hkdf and prf using openssl #12

Merged
merged 3 commits into from
Nov 14, 2024
Merged

Implement hkdf and prf using openssl #12

merged 3 commits into from
Nov 14, 2024

Conversation

tofay
Copy link
Owner

@tofay tofay commented Nov 13, 2024

Fixes #11

  • refactor hmac
  • remove redundant Hash struct

@tofay tofay force-pushed the hdkr-prf-openssl branch 2 times, most recently from f2b787f to 58d5826 Compare November 14, 2024 14:28
@tofay tofay merged commit 994ef83 into main Nov 14, 2024
3 checks passed
@tofay tofay deleted the hdkr-prf-openssl branch November 14, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use openssl's hkdf instead of rustls's
1 participant