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

p384: remove default ecdh feature #1112

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

tarcieri
Copy link
Member

This default feature is inconsistent with all of the other curve implementations in this repo, which don't enable the ecdh feature by default.

We could go either way, enabling it in all the other curves, or just disabling it here. This PR opts to do the latter, as it's simpler.

Closes #1047

This default feature is inconsistent with all of the other curve
implementations in this repo, which don't enable the `ecdh` feature by
default.

We could go either way, enabling it in all the other curves, or just
disabling it here. This PR opts to do the latter, as it's simpler.

Closes #1047
@tarcieri tarcieri merged commit 0e59a7a into master Jan 22, 2025
17 checks passed
@tarcieri tarcieri deleted the p384/remove-default-ecdh-feature branch January 22, 2025 17:45
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.

Asymmetry in default features: only p384 has ecdh by default
1 participant