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
When I use elgamal module,I find error in code
use ark_ec::{AdditiveGroup, CurveGroup};
there is not AdditiveGroup trait in ark_ec library. What can I do to solve this problem?
The text was updated successfully, but these errors were encountered:
Confirm, trying to build from rev='fc1c9491c62ce51edf4f0b4e2ab270b85d0150ab':
Compiling ark-crypto-primitives v0.4.0 (https://github.com/arkworks-rs/crypto-primitives?rev=fc1c9491c62ce51edf4f0b4e2ab270b85d0150ab#fc1c9491) error[E0432]: unresolved import `ark_ec::AdditiveGroup`
Sorry, something went wrong.
You will need to patch, like here, or use the 0.5.0-alpha release.
0.5.0-alpha
No branches or pull requests
When I use elgamal module,I find error in code
there is not AdditiveGroup trait in ark_ec library.
What can I do to solve this problem?
The text was updated successfully, but these errors were encountered: