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

hkdf: move custom HKDF-Expand-Label implementation to a separate package #4317

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marten-seemann
Copy link
Member

The plan is to move the hkdf and hmac standard library packages here, and optimize them in terms of allocations. At some later point, we can upstream these changes into the standard library, should the Go team be interested in them.

Part of #3663.

Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (013949c) 84.15% compared to head (117f0ff) 84.15%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4317   +/-   ##
=======================================
  Coverage   84.15%   84.15%           
=======================================
  Files         150      150           
  Lines       15368    15368           
=======================================
  Hits        12932    12932           
  Misses       1938     1938           
  Partials      498      498           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

None yet

1 participant