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
what are x_3 and y_3?
Originally posted by @moCello in #700 (comment)
The text was updated successfully, but these errors were encountered:
I think x_3 and x_3 are coordinates of added point. component_add_point constrains a and b JubjubAffine points addition a + b = c.
a
b
a + b = c
a: (x_1, y_1) b: (x_2, y_2) c (a + b): (x_3, y_3)
In dusk (zkcrypto) Jubjub implementation, the coordinates are expressed as u (x) and v (y). We should align document notation with either of them.
Sorry, something went wrong.
No branches or pull requests
what are x_3 and y_3?
Originally posted by @moCello in #700 (comment)
The text was updated successfully, but these errors were encountered: