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

k256/p256/p384: Elliptic Curve Diffie-Hellman #120

Merged
merged 1 commit into from
Aug 6, 2020
Merged

k256/p256/p384: Elliptic Curve Diffie-Hellman #120

merged 1 commit into from
Aug 6, 2020

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Aug 6, 2020

Adds type aliases for the high-level generic Elliptic Curve Diffie-Hellman (Ephemeral) implementation introduced in RustCrypto/traits#251.

@codecov-commenter
Copy link

codecov-commenter commented Aug 6, 2020

Codecov Report

Merging #120 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #120   +/-   ##
=======================================
  Coverage   51.57%   51.57%           
=======================================
  Files          21       21           
  Lines        3488     3488           
=======================================
  Hits         1799     1799           
  Misses       1689     1689           

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 93f7ff9...b06fcf0. Read the comment docs.

Adds type aliases for the high-level generic Elliptic Curve
Diffie-Hellman (Ephemeral) implementation introduced in
RustCrypto/traits#251.
@tarcieri tarcieri merged commit b4bda85 into master Aug 6, 2020
@tarcieri tarcieri deleted the ecdh branch August 6, 2020 21:07
This was referenced Aug 11, 2020
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.

2 participants