Skip to content
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

Document point addition internal implementation #703

Open
vlopes11 opened this issue Aug 17, 2022 · 1 comment
Open

Document point addition internal implementation #703

vlopes11 opened this issue Aug 17, 2022 · 1 comment

Comments

@vlopes11
Copy link
Contributor

what are x_3 and y_3?

Originally posted by @moCello in #700 (comment)

@ashWhiteHat
Copy link
Contributor

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: (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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants