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

fix: name jacobian representation more explicitly #31

Merged
merged 1 commit into from
Sep 21, 2022
Merged

fix: name jacobian representation more explicitly #31

merged 1 commit into from
Sep 21, 2022

Conversation

vmx
Copy link
Contributor

@vmx vmx commented Sep 13, 2022

In the GPU code for elliptic curve operatations we use the affine and the jacobian representation of a point. Rename the jacobian one from _projective to _jacobian to make clear that it is not the standard projective representation, but the jacobian representation.

I've made this change after a discussion with @DrPeterVanNostrand quite some time ago, but then forgot to PR it.

In the GPU code for elliptic curve operatations we use the affine and
the jacobian representation of a point. Rename the jacobian one from
`_projective` to `_jacobian` to make clear that it is *not* the standard
projective representation, but the jacobian representation.
@vmx vmx merged commit 08d00a1 into master Sep 21, 2022
@vmx vmx deleted the jacobian branch September 21, 2022 08:25
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

Successfully merging this pull request may close these issues.

None yet

2 participants