aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lcl.h
Commit message (Expand)AuthorAgeFilesLines
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-101-12/+17
* Implement EC_GFp_mont_method.Bodo Möller2001-03-081-4/+0
* More method functions for elliptic curves,Bodo Möller2001-03-081-8/+16
* More 'TODO' items.Bodo Möller2001-03-081-7/+27
* More method functions for EC_GFp_simple_method.Bodo Möller2001-03-081-2/+12
* More method functions.Bodo Möller2001-03-071-3/+3
* Some actual method functions (not enough yet to use the EC library, though),Bodo Möller2001-03-071-7/+11
* ..._init functions are method-specific tooBodo Möller2001-03-071-0/+3
* Optimized EC_METHODs need specific 'set_curve' and 'free' functions.Bodo Möller2001-03-071-0/+9
* The next bunch of vaporware.Bodo Möller2001-03-071-5/+50
* extra_data 'mixin'.Bodo Möller2001-03-071-2/+23
* Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller2001-03-071-4/+12
* Add a few 'const'sBodo Möller2001-03-061-5/+5
* 'is_at_infinity' tests don't need a BN_CTX.Bodo Möller2001-03-061-1/+1
* New function declarations.Bodo Möller2001-03-061-5/+15
* Add BN_CTX arguments where appropriate.Bodo Möller2001-03-061-13/+30
* Change comments.Bodo Möller2001-03-051-2/+2
* Some declarations that outline what I intend to implement.Bodo Möller2001-03-051-0/+64
* Add yet another (still empty) source code file that I forgot.Bodo Möller2001-03-051-0/+2
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-051-0/+55