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.I've made this change after a discussion with @DrPeterVanNostrand quite some time ago, but then forgot to PR it.