filecoin-project / ec-gpu

OpenCL code generator for finite-field arithmetic over arbitrary prime fields
Other
91 stars 61 forks source link

fix: name jacobian representation more explicitly #31

Closed vmx closed 2 years ago

vmx commented 2 years ago

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.