summaryrefslogtreecommitdiff
path: root/ecc-hash.c
Commit message (Expand)AuthorAgeFilesLines
* Add GOST DSA according to GOST R 34.10-2001/-2012Dmitry Baryshkov2020-01-251-0/+11
* Changed ecc_hash argument type from struct ecc_curve to struct ecc_modulo.Niels Möller2014-09-231-9/+7
* Introduced struct ecc_modulo.Niels Möller2014-09-221-5/+8
* Update copyright headers for dual licensing.Niels Möller2014-04-121-21/+30
* Use size_t for ecc functions.Niels Möller2013-04-261-2/+2
* 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-1/+1
* Integrated ECDSA sign and verify functions.Niels Möller2013-02-181-0/+55