Skip to content

Add HKDF #87

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

Merged
merged 8 commits into from
Aug 16, 2019
Merged

Add HKDF #87

merged 8 commits into from
Aug 16, 2019

Conversation

kigawas
Copy link
Member

@kigawas kigawas commented Aug 14, 2019

Fix #82

@kigawas kigawas mentioned this pull request Aug 14, 2019
@codecov
Copy link

codecov bot commented Aug 14, 2019

Codecov Report

Merging #87 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #87   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines         100    119   +19     
=====================================
+ Hits          100    119   +19
Impacted Files Coverage Δ
ecies/utils.py 100% <100%> (ø) ⬆️
ecies/__init__.py 100% <100%> (ø) ⬆️
ecies/tests/test_crypt.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 630163c...4bd33c3. Read the comment docs.

@kigawas kigawas merged commit ec7eded into master Aug 16, 2019
@kigawas kigawas deleted the hkdf branch August 16, 2019 05:48
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.

Using proper KDF
1 participant