summaryrefslogtreecommitdiff
path: root/lib/nettle/ecc_mulmod.c
Commit message (Expand)AuthorAgeFilesLines
* removed unused variables.Nikos Mavrogiannopoulos2011-12-111-2/+1
* The timing resistant ecc_mulmod() is only used when signing using the ECDSA p...Nikos Mavrogiannopoulos2011-12-091-130/+147
* Fix compile warnings.Simon Josefsson2011-11-081-2/+1
* converted more things to native gmp. This solves issue noticed in mips64 by J...Nikos Mavrogiannopoulos2011-11-051-18/+6
* Avoid assert() and do not include needless headers.Nikos Mavrogiannopoulos2011-08-291-4/+2
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Fix GTK-DOC manual.Simon Josefsson2011-08-021-2/+2
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Remove unused variablesStef Walter2011-06-061-3/+1
* Added FSF copyright to public domain files.Nikos Mavrogiannopoulos2011-05-291-10/+20
* Dropped ltc_ from function and type names.Nikos Mavrogiannopoulos2011-05-211-16/+16
* Added previous code that was fixed for y^2 = x^3 - 3x + b, because all secg c...Nikos Mavrogiannopoulos2011-05-211-0/+185