aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec.h
Commit message (Expand)AuthorAgeFilesLines
* Precomputation will not necessarily be LIm-Lee precomputation.Bodo Möller2001-07-101-1/+1
* Since they aren't implemented yet, EC_GFp_{recp,nist}_method() need toRichard Levitte2001-03-211-0/+2
* Completely remove mont2 stuff.Bodo Möller2001-03-151-5/+0
* make update.Richard Levitte2001-03-131-0/+5
* Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,Bodo Möller2001-03-121-2/+2
* Add functions EC_POINT_mul and EC_GROUP_precompute.Bodo Möller2001-03-111-1/+5
* comment and error code updateBodo Möller2001-03-101-1/+1
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-101-13/+26
* Implement EC_GFp_mont_method.Bodo Möller2001-03-081-0/+6
* More method functions for elliptic curves,Bodo Möller2001-03-081-6/+15
* Some EC function names are really long. Make aliases for VMS on VAX.Richard Levitte2001-03-081-0/+1
* Sort openssl.ec, the configuration file for mkerr.pl.Bodo Möller2001-03-081-32/+33
* More 'TODO' items.Bodo Möller2001-03-081-1/+14
* More method functions for EC_GFp_simple_method.Bodo Möller2001-03-081-24/+38
* More method functions.Bodo Möller2001-03-071-1/+2
* Some actual method functions (not enough yet to use the EC library, though),Bodo Möller2001-03-071-0/+1
* Optimized EC_METHODs need specific 'set_curve' and 'free' functions.Bodo Möller2001-03-071-1/+1
* The next bunch of vaporware.Bodo Möller2001-03-071-1/+0
* extra_data 'mixin'.Bodo Möller2001-03-071-0/+4
* Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller2001-03-071-0/+18
* Add a few 'const'sBodo Möller2001-03-061-4/+4
* '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-0/+5
* Add BN_CTX arguments where appropriate.Bodo Möller2001-03-061-8/+19
* Add EC_GROUP_new_GFp prototype.Bodo Möller2001-03-051-0/+5
* Some declarations that outline what I intend to implement.Bodo Möller2001-03-051-0/+52
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-051-63/+63
* EC_set_half and the 'h' component of struct bn_ec_struct are unnecessary.Bodo Möller2001-03-031-2/+1
* Change submitted files so that they compile (in particular,Bodo Möller2000-11-261-1/+1
* More BN_mod_... functions.Bodo Möller2000-11-261-2/+2
* Remove CR at line ends.Bodo Möller2000-11-261-85/+85
* Elliptic curves over GF(p), new BIGNUM functions, Montgomery re-implementation.Bodo Möller2000-11-261-0/+86