-
Notifications
You must be signed in to change notification settings - Fork 2
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
Rust and Sage Implementation do not hash to the same point on the same input #4
Comments
Somewhere within those commitments Dimitri-Koshelev/Indifferentiable-hashing-to-ordinary-elliptic-curves-of-j-0-with-the-cost-of-one-exponentiation@main...w3f-grants-archive:Indifferentiable-hashing-to-ordinary-elliptic-curves-of-j-0-with-the-cost-of-one-exponentiation:main the y coordinates sign got flipped. It should be fixed with 2ebfb6f now please use the new test vectors and try again @drskalman |
I used the updated test vetors. The test passes for BLS12-377 but they still fails for BLS12-381:
|
It should be fixed now. |
Indeed:
|
See: w3f-grants-archive/Indifferentiable-hashing-to-ordinary-elliptic-curves-of-j-0-with-the-cost-of-one-exponentiation@6aefa9c
The text was updated successfully, but these errors were encountered: