diff options
author | Niels Möller <nisse@lysator.liu.se> | 2019-11-21 19:43:57 +0100 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2019-11-21 19:43:57 +0100 |
commit | 889a582f3ee1b03e98f47e8bb353659af0933822 (patch) | |
tree | c74554dc6d15e89a8cc30853acf4319b9256c8c6 /ecc-192.c | |
parent | 85fd4910eefca34abee053d3014a819b0e97301b (diff) | |
parent | 5fffda51dc1b8c4a09e81bce6b262870ee27a967 (diff) | |
download | nettle-889a582f3ee1b03e98f47e8bb353659af0933822.tar.gz |
Merge branch 'curve448' into master
Diffstat (limited to 'ecc-192.c')
-rw-r--r-- | ecc-192.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -155,19 +155,22 @@ const struct ecc_curve _nettle_secp_192r1 = ECC_PIPPENGER_K, ECC_PIPPENGER_C, + ECC_ADD_JJA_ITCH (ECC_LIMB_SIZE), ECC_ADD_JJJ_ITCH (ECC_LIMB_SIZE), + ECC_DUP_JJ_ITCH (ECC_LIMB_SIZE), ECC_MUL_A_ITCH (ECC_LIMB_SIZE), ECC_MUL_G_ITCH (ECC_LIMB_SIZE), ECC_J_TO_A_ITCH (ECC_LIMB_SIZE), + ecc_add_jja, ecc_add_jjj, + ecc_dup_jj, ecc_mul_a, ecc_mul_g, ecc_j_to_a, ecc_b, ecc_g, - NULL, ecc_unit, ecc_table }; |