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
secp256k1
There was an implementation of secp256k1 curve (now deprecated) which beside of the common arkworks test templates use the specific values. I wonder if those should be added to the current curve crate in the repo as well? https://github.com/geometryxyz/ark-secp256k1/blob/d508c22e4b24d13b9a13f89320c59ba62d22c529/src/test_vectors.rs#L8
arkworks
The test which uses it and the additional serialization test (is it useful too?) are at https://github.com/geometryxyz/ark-secp256k1/blob/d508c22e4b24d13b9a13f89320c59ba62d22c529/src/tests.rs#L87.
test
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There was an implementation of
secp256k1
curve (now deprecated) which beside of the commonarkworks
test templates use the specific values. I wonder if those should be added to the current curve crate in the repo as well?https://github.com/geometryxyz/ark-secp256k1/blob/d508c22e4b24d13b9a13f89320c59ba62d22c529/src/test_vectors.rs#L8
The test which uses it and the additional serialization
test
(is it useful too?) are at https://github.com/geometryxyz/ark-secp256k1/blob/d508c22e4b24d13b9a13f89320c59ba62d22c529/src/tests.rs#L87.The text was updated successfully, but these errors were encountered: