summaryrefslogtreecommitdiff
path: root/eccdata.c
Commit message (Expand)AuthorAgeFilesLines
* Switch curve25519 implementation to use the Ed25519 twisted Edwards curve.Niels Möller2014-08-291-4/+9
* Deleted unused constant redc_g.Niels Möller2014-08-281-1/+0
* Implemented curve25519 modq.Niels Möller2014-08-261-0/+22
* Implemented mod p square root for curve25519.Niels Möller2014-08-181-1/+57
* eccdata: For curve25519, output the Edwards curve constant.Niels Möller2014-07-141-7/+19
* eccdata: Corrected curve25519-related constant. And output the constant.Niels Möller2014-07-111-6/+8
* eccdata: Support conversion to Edwards form.Niels Möller2014-07-061-38/+88
* eccdata: Use separate is_zero flag to represent the neutral element.Niels Möller2014-07-061-24/+35
* Implemented the curve25519 modp function.Niels Möller2014-07-041-2/+4
* Support curve25519 in the eccdata program.Niels Möller2014-07-021-18/+103
* Use mpz_submul_ui.Niels Möller2014-07-021-3/+1
* Update copyright headers for dual licensing.Niels Möller2014-04-121-23/+32
* Use mini-gmp for the eccdata program.Niels Möller2013-04-171-11/+49
* Replace mp_bitcnt_t by unsigned, for compatibility with older gmp versions.Niels Möller2013-04-111-1/+3
* Changed name "Internetfonden" to "the .SE Internet Fund".Niels Möller2013-04-051-1/+1
* New program eccdata, and Makefile rules to use it.Niels Möller2013-02-151-0/+878