]> git.ipfire.org Git - thirdparty/nettle.git/history - ecc-mul-m.c
Use NETTLE_OCTET_SIZE_TO_LIMB_SIZE macro.
[thirdparty/nettle.git] / ecc-mul-m.c
2021-03-11  Niels MöllerNew functions ecc_mod_mul_canonical and ecc_mod_sqr_can...
2020-11-27  Niels MöllerMerge branch 'aberaud/nettle-m4_gmp_prog_cc_for_build_fix'
2020-11-27  Niels MöllerMerge branch 'briansmith/nettle-master'
2020-11-09  Niels MöllerMerge branch 'refactor-ecc-mod' into master-updates
2020-11-08  Niels MöllerEliminate one mpn_cnd_swap call in ecc_mul_m.
2020-11-08  Niels MöllerReduce scratch need for ecc_mul_m
2020-11-07  Niels MöllerMerge branch 'ppc-chacha-core'
2020-11-01  Niels MöllerSeparate result area for ecc_mod_mul and ecc_mod_sqr.
2020-10-28  Niels MöllerUse GMP functions mpn_cnd_add_n, mpn_cnd_sub_n and... use-mpn_cnd-functions
2019-12-14  Niels MöllerNew function ecc_mul_m.