aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec2_mult.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-141-0/+2
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-0/+4
* ECC library bugfixes.Bodo Möller2010-08-261-4/+9
* ec2_mult.c readability update.Andy Polyakov2008-10-281-9/+10
* correct+extend publication infoBodo Möller2005-09-121-7/+7
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-4/+4
* Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe2004-03-131-2/+2
* Correct signednessRichard Levitte2003-05-211-1/+2
* implement fast point multiplication with precomputationBodo Möller2003-02-061-9/+13
* rename some functions to improve consistencyBodo Möller2002-11-231-16/+15
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-4/+6
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* typoBodo Möller2002-08-021-1/+1
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-0/+387