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

elliptic-curve: Elliptic Curve Diffie-Hellman support #251

Merged
merged 1 commit into from
Aug 6, 2020

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Aug 6, 2020

Adds an ecdh module gated under an ecdh Cargo feature containing a generic high-level interface for performing ephemeral Elliptic Curve Diffie-Hellman key exchanges.

The API is inspired by the one in x25519-dalek.

Adds an `ecdh` module gated under an `ecdh` Cargo feature containing a
generic high-level interface for performing ephemeral Elliptic Curve
Diffie-Hellman key exchanges.

The API is inspired by the one in `x25519-dalek`.
@tarcieri tarcieri merged commit 5cf63df into master Aug 6, 2020
@tarcieri tarcieri deleted the elliptic-curve/ecdh branch August 6, 2020 19:50
@newpavlov
Copy link
Member

Would it make sense to keep it in a separate crate? We could ask @manuels if he's willing to transfer ownership of the ecdh crate (it hasn't been updated in 5 years).

@tarcieri
Copy link
Member Author

tarcieri commented Aug 6, 2020

@newpavlov I'm not sure it really make sense to split this out into a separate crate yet. Maybe after the generic curve arithmetic traits and key types have settled down a bit.

tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Aug 6, 2020
Adds type aliases for the high-level generic Elliptic Curve
Diffie-Hellman (Ephemeral) implementation introduced in
RustCrypto/traits#251.
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Aug 6, 2020
Adds type aliases for the high-level generic Elliptic Curve
Diffie-Hellman (Ephemeral) implementation introduced in
RustCrypto/traits#251.
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Aug 6, 2020
Adds type aliases for the high-level generic Elliptic Curve
Diffie-Hellman (Ephemeral) implementation introduced in
RustCrypto/traits#251.
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Aug 6, 2020
Adds type aliases for the high-level generic Elliptic Curve
Diffie-Hellman (Ephemeral) implementation introduced in
RustCrypto/traits#251.
@tarcieri tarcieri mentioned this pull request Aug 10, 2020
dns2utf8 pushed a commit to dns2utf8/traits that referenced this pull request Jan 24, 2023
Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.4.1 to 1.4.3.
- [Release notes](https://github.com/RustCrypto/utils/releases)
- [Commits](https://github.com/RustCrypto/utils/commits/zeroize-v1.4.3)

---
updated-dependencies:
- dependency-name: zeroize
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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