Re: EC_METHOD struct

2014-07-16 Thread Bodo Moeller
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

Re: EC_METHOD struct

2014-07-16 Thread 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 pointers without confusion. A

Re: EC_METHOD struct

2014-07-16 Thread Bodo Moeller
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

EC_METHOD struct

2014-07-16 Thread balaji marisetti
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