aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec2_smpl.c
Commit message (Expand)AuthorAgeFilesLines
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-5/+5
* Using Horner's algorithm to evaluate the ec polynomialGeoff Thorpe2004-07-161-29/+20
* Make sure we use unsigned constants, or come compilers may complain.Richard Levitte2004-03-151-1/+1
* Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe2004-03-131-1/+2
* implement fast point multiplication with precomputationBodo Möller2003-02-061-3/+7
* fix warningsBodo Möller2003-01-211-4/+4
* rename some functions to improve consistencyBodo Möller2002-11-231-2/+2
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-5/+5
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* remove superfluous codeBodo Möller2002-10-281-9/+7
* make sure 'neg' flag (which does not really matter for GF(2^m), butBodo Möller2002-09-161-0/+5
* less specific interface for EC_GROUP_get_basis_typeBodo Möller2002-08-261-1/+5
* Rename implementations of method functions so that they matchBodo Möller2002-08-021-14/+14
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-0/+980