summaryrefslogtreecommitdiff
path: root/ecc-j-to-a.c
Commit message (Expand)AuthorAgeFilesLines
* Moved internal declarations from ecc.h to ecc-internal.h.Niels Möller2015-01-271-7/+0
* ecc_mod_inv interface and allocation changes.Niels Möller2014-09-231-5/+2
* Added invert function pointer to struct ecc_modulo.Niels Möller2014-09-221-2/+2
* Moved mod and reduce function pointers to struct ecc_modulo.Niels Möller2014-09-221-3/+3
* Deleted redc function pointer.Niels Möller2014-09-221-3/+3
* Use struct ecc_modulo for all mod and redc functions.Niels Möller2014-09-221-3/+3
* Introduced struct ecc_modulo.Niels Möller2014-09-221-20/+20
* ecc_j_to_a interface change, optionally reduce x mod q.Niels Möller2014-08-281-15/+19
* Update copyright headers for dual licensing.Niels Möller2014-04-121-21/+30
* Fixed ECC bug with overlapping arguments to mpn_mul_n.Niels Möller2013-05-171-5/+6
* Changed name "Internetfonden" to "the .SE Internet Fund".Niels Möller2013-04-051-1/+1
* Integrate ecc_mul_g.Niels Möller2013-02-151-0/+115