cfb8: Fix decrypt path
[gd/nettle] / testsuite / ecc-mod-test.c
2018-12-26 Niels MöllerMerge branch 'release-3.4-fixes' into master
2018-03-27 Niels MöllerMerge branch 'rename-data-symbols' into master-updates
2018-03-17 Niels MöllerAdd leading underscore to data symbols.
2015-12-18 Niels MöllerImproved ecc-mod-test with random seeding.
2014-10-03 Niels MöllerEnable ecc-mod-test, also with mini-gmp.
2014-09-22 Niels MöllerSimplified ecc-mod-test.
2014-09-22 Niels MöllerMoved mod and reduce function pointers to struct ecc_mo...
2014-09-22 Niels MöllerUse struct ecc_modulo for all mod and redc functions.
2014-09-22 Niels MöllerIntroduced struct ecc_modulo.
2014-08-27 Niels MöllerMerge branch 'curve25519'
2014-08-26 Niels MöllerMake ecc mod q test unconditional.
2014-07-04 Niels MöllerImplemented the curve25519 modp function.
2014-07-04 Niels MöllerRenamed gmp_randstate_t variables to "rands".
2014-07-04 Niels MöllerFix typo in test for ecc_generic_modq.
2014-06-25 Niels MöllerSupport for building with mini-gmp.
2013-03-07 Niels MöllerMerge branch 'ecc-support'.
2013-02-27 Niels MöllerIncreased test count for ecc-mod-test.c.
2013-02-27 Niels MöllerRenamed gmp-glue functions. Use new GMP functions if...
2013-02-15 Niels MöllerIntegrated ECC internals.