We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ecdh
The p384 crate differs from the other curves in that it enables the ecdh feature by default in Cargo.toml.
p384
Cargo.toml
This is obviously not a huge deal, but I wonder if it would be good to remove it from the default features, for symmetry?
The text was updated successfully, but these errors were encountered:
Yes, it is a bit weird it's inconsistent.
Alternatively we could add ecdh to the default features of the other crates. The only drawback is the added hkdf dependency.
hkdf
Sorry, something went wrong.
I'm afraid I have no useful opinion on which way to resolve this, I just stumbled over the difference 🤷
Personally, I'm happy either way.
No branches or pull requests
The
p384
crate differs from the other curves in that it enables theecdh
feature by default inCargo.toml
.This is obviously not a huge deal, but I wonder if it would be good to remove it from the default features, for symmetry?
The text was updated successfully, but these errors were encountered: