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

crypto_kx: use curve25519-dalek; MSRV 1.60 #89

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Feb 8, 2023

Upgrades to the latest curve25519-dalek v4.0.0-rc.1 release.

The x25519-dalek crate is a wrapper whose functionality isn't really used, and we can use the Scalar and MontgomeryPoint types directly and eliminate the extra dependency.

Upgrades to the latest `curve25519-dalek` v4.0.0-rc.1 release.

The `x25519-dalek` crate is a wrapper whose functionality isn't really
used, and we can use the `Scalar` and `MontgomeryPoint` types directly
and eliminate the extra dependency.
@tarcieri tarcieri merged commit b5a0f77 into master Feb 8, 2023
@tarcieri tarcieri deleted the crypto_kx/curve25519-dalek branch February 8, 2023 02:44
@tarcieri tarcieri mentioned this pull request Jul 22, 2023
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.

1 participant