Skip to content

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] <[email protected]>

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.

3 participants