aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_mont.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-141-3/+4
* Fix various incorrect error function codes.Bodo Möller2005-04-261-2/+2
* implement fast point multiplication with precomputationBodo Möller2003-02-061-2/+3
* use consistent order of function definitionsBodo Möller2002-11-181-60/+60
* Rename implementations of method functions so that they matchBodo Möller2002-08-021-8/+11
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-0/+9
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-101-0/+1
* Change internals of the EC library so that the functionsBodo Möller2002-05-081-4/+0
* New function EC_GROUP_check_discriminant().Bodo Möller2002-03-201-1/+1
* Fix bugs and typos.Bodo Möller2002-03-181-0/+1
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-101-32/+87
* Implement EC_GFp_mont_method.Bodo Möller2001-03-081-16/+126
* More method functions for elliptic curves,Bodo Möller2001-03-081-2/+5
* More 'TODO' items.Bodo Möller2001-03-081-1/+5
* More method functions for EC_GFp_simple_method.Bodo Möller2001-03-081-1/+4
* Some actual method functions (not enough yet to use the EC library, though),Bodo Möller2001-03-071-3/+44
* ..._init functions are method-specific tooBodo Möller2001-03-071-1/+1
* Optimized EC_METHODs need specific 'set_curve' and 'free' functions.Bodo Möller2001-03-071-3/+3
* The next bunch of vaporware.Bodo Möller2001-03-071-4/+24
* Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller2001-03-071-0/+11
* Add yet another (still empty) source code file that I forgot.Bodo Möller2001-03-051-2/+0
* Add more EC vaporware (empty source code files I missed in myBodo Möller2001-03-051-0/+59