summaryrefslogtreecommitdiff
path: root/ecc-point.c
Commit message (Expand)AuthorAgeFilesLines
* Changed name "Internetfonden" to "the .SE Internet Fund".Niels Möller2013-04-051-1/+1
* ecc_point_get: Allow NULL x or y.Niels Möller2013-04-041-2/+4
* 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-10/+10
* Integrated ECDSA sign and verify functions.Niels Möller2013-02-181-0/+90