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_box: use curve25519-dalek; MSRV 1.60 #88

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Feb 7, 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.

@tarcieri tarcieri force-pushed the crypto_box/switch-to-curve25519-dalek branch from 4abda37 to 38a7b9c Compare February 8, 2023 00:01
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.
@tarcieri tarcieri force-pushed the crypto_box/switch-to-curve25519-dalek branch from 38a7b9c to be2800d Compare February 8, 2023 00:07
@tarcieri tarcieri changed the title crypto_box: use curve25519-dalek crypto_box: use curve25519-dalek; MSRV 1.60 Feb 8, 2023
@tarcieri tarcieri merged commit dcb1ed5 into master Feb 8, 2023
@tarcieri tarcieri deleted the crypto_box/switch-to-curve25519-dalek branch February 8, 2023 00:11
@tarcieri tarcieri mentioned this pull request May 16, 2023
This was referenced 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