summaryrefslogtreecommitdiff
path: root/ecc-192.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2019-11-21 19:43:57 +0100
committerNiels Möller <nisse@lysator.liu.se>2019-11-21 19:43:57 +0100
commit889a582f3ee1b03e98f47e8bb353659af0933822 (patch)
treec74554dc6d15e89a8cc30853acf4319b9256c8c6 /ecc-192.c
parent85fd4910eefca34abee053d3014a819b0e97301b (diff)
parent5fffda51dc1b8c4a09e81bce6b262870ee27a967 (diff)
downloadnettle-889a582f3ee1b03e98f47e8bb353659af0933822.tar.gz
Merge branch 'curve448' into master
Diffstat (limited to 'ecc-192.c')
-rw-r--r--ecc-192.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/ecc-192.c b/ecc-192.c
index 4f428113..4b756ffd 100644
--- a/ecc-192.c
+++ b/ecc-192.c
@@ -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
};