Re: Re: Re: about ec_point and ec_group

2009-06-03 Thread Victor B. Wagner
On 2009.06.04 at 08:13:05 +0800, jazeltq wrote: > >I'm afraid that it is not a good code to study ecc. > > > >Implementation, which is currently in OpenSSL is full of obscure > >performance hacks and is not well-documented. > Yse, it's a problem . May be it will be relief afer my paper finish

Re:Re: Re: about ec_point and ec_group

2009-06-03 Thread jazeltq
在2009-06-03,"Victor B. Wagner" 写道: >On 2009.06.03 at 08:23:52 +0800, jazeltq wrote: > >> >file ec_lcl.h, which present in the OpenSSL sources, but not included in >> which directory include file ec_lcl.h, is it in the ec directory ?but in >> my sources i can't find it. > >It is in crypto/

Re: Re: about ec_point and ec_group

2009-06-03 Thread Victor B. Wagner
On 2009.06.03 at 08:23:52 +0800, jazeltq wrote: > >file ec_lcl.h, which present in the OpenSSL sources, but not included in > which directory include file ec_lcl.h, is it in the ec directory ?but in my > sources i can't find it. It is in crypto/ec. Which version of OpenSSL are you using? In

Re:Re: about ec_point and ec_group

2009-06-02 Thread jazeltq
在2009-06-02,"Victor B. Wagner" 写道: >On 2009.06.01 at 22:05:48 +0800, jazeltq wrote: > >>hello, >> where can i find the definition of ec_point_st and ec_group_st >>what i found are: >>typedef struct ec_point_st EC_POINT; >>typedef struct ec_group_st >>111 /* >>

Re: about ec_point and ec_group

2009-06-01 Thread Victor B. Wagner
On 2009.06.01 at 22:05:48 +0800, jazeltq wrote: >hello, > where can i find the definition of ec_point_st and ec_group_st >what i found are: >typedef struct ec_point_st EC_POINT; >typedef struct ec_group_st >111 /* >112 EC_METHOD *meth; >113 -- field d

about ec_point and ec_group

2009-06-01 Thread jazeltq
hello, where can i find the definition of ec_point_st and ec_group_st what i found are: typedef struct ec_point_st EC_POINT; typedef struct ec_group_st 111 /* 112 EC_METHOD *meth; 113 -- field definition 114 -- curve coefficients 115 -- optional generator with associated i