summaryrefslogtreecommitdiff
path: root/ecdsa-sign.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed and generalized ecc_modq_random -> ecc_mod_random.Niels Möller2014-09-221-1/+1
* Introduced struct ecc_modulo.Niels Möller2014-09-221-1/+1
* Update copyright headers for dual licensing.Niels Möller2014-04-121-21/+30
* Use size_t for ecc functions.Niels Möller2013-04-261-1/+1
* Changed name "Internetfonden" to "the .SE Internet Fund".Niels Möller2013-04-051-1/+1
* Use mpn_cnd_add_n and mpn_cnd_sub_n when available. Rearrange inclusions of g...Niels Möller2013-04-041-1/+0
* Renamed gmp-glue functions. Use new GMP functions if available.Niels Möller2013-02-271-4/+4
* Integrated ECDSA sign and verify functions.Niels Möller2013-02-181-0/+63