aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* More method functions.Bodo Möller2001-03-075-12/+168
* Some actual method functions (not enough yet to use the EC library, though),Bodo Möller2001-03-077-18/+656
* ..._init functions are method-specific tooBodo Möller2001-03-074-3/+6
* Optimized EC_METHODs need specific 'set_curve' and 'free' functions.Bodo Möller2001-03-076-11/+20
* The next bunch of vaporware.Bodo Möller2001-03-076-22/+146
* extra_data 'mixin'.Bodo Möller2001-03-074-2/+120
* Oops ...Bodo Möller2001-03-071-1/+3
* In clear_free, clear the complete structure just in caseBodo Möller2001-03-071-0/+2
* Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller2001-03-079-6/+402
* Add a few 'const'sBodo Möller2001-03-062-9/+9
* 'is_at_infinity' tests don't need a BN_CTX.Bodo Möller2001-03-062-2/+2
* New function declarations.Bodo Möller2001-03-062-5/+20
* Add BN_CTX arguments where appropriate.Bodo Möller2001-03-062-21/+49
* Add EC_GROUP_new_GFp prototype.Bodo Möller2001-03-051-0/+5
* Change comments.Bodo Möller2001-03-051-2/+2
* Some declarations that outline what I intend to implement.Bodo Möller2001-03-052-0/+116
* Another file I had forgotten to add.Bodo Möller2001-03-051-0/+57
* Add yet another (still empty) source code file that I forgot.Bodo Möller2001-03-059-14/+64
* Add more EC vaporware (empty source code files I missed in myBodo Möller2001-03-053-0/+177
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-0511-65/+577
* EC_set_half and the 'h' component of struct bn_ec_struct are unnecessary.Bodo Möller2001-03-033-41/+20
* Changes to Lenka's Montgomery implementation.Bodo Möller2000-11-302-43/+41
* Change submitted files so that they compile (in particular,Bodo Möller2000-11-262-331/+348
* More BN_mod_... functions.Bodo Möller2000-11-262-24/+24
* Remove CR at line ends.Bodo Möller2000-11-263-1667/+1667
* Elliptic curves over GF(p), new BIGNUM functions, Montgomery re-implementation.Bodo Möller2000-11-263-0/+1668