Thulasi Goriparthi :
Wouldn't it have been simpler to name these function pointers just
> projective instead of Jprojective?
>
> This way, EC methods that use different projective system than jacobian
> could have their own implementation to set/get projective co-ordinates and
> use these function
Wouldn't it have been simpler to name these function pointers just
projective instead of Jprojective?
This way, EC methods that use different projective system than jacobian
could have their own implementation to set/get projective co-ordinates and
use these function pointers without confusion.
A
balaji marisetti :
> In the EC_METHOD structure, the pointers to methods for converting
> between affine and projective coordinates are named:
>
> `point_set_Jprojective_coordinates_GFp` and
> `point_get_Jprojective_coordinates_GFp`
>
> Does that mean any implementation of EC_METHOD (for prime cu
Hello
In the EC_METHOD structure, the pointers to methods for converting
between affine and projective coordinates are named:
`point_set_Jprojective_coordinates_GFp` and
`point_get_Jprojective_coordinates_GFp`
Does that mean any implementation of EC_METHOD (for prime curves) can
only use Jacobia