summaryrefslogtreecommitdiff
path: root/ecc-192.c
diff options
context:
space:
mode:
Diffstat (limited to 'ecc-192.c')
-rw-r--r--ecc-192.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/ecc-192.c b/ecc-192.c
index 68336335..6d4010f2 100644
--- a/ecc-192.c
+++ b/ecc-192.c
@@ -121,8 +121,11 @@ const struct ecc_curve nettle_secp_192r1 =
ecc_Bmodp,
ecc_Bmodp_shifted,
ecc_redc_ppm1,
+ ecc_pp1h,
+
ecc_192_modp,
ecc_192_modp,
+ ecc_mod_inv,
},
{
192,
@@ -133,8 +136,11 @@ const struct ecc_curve nettle_secp_192r1 =
ecc_Bmodq,
ecc_Bmodq_shifted,
NULL,
+ ecc_qp1h,
+
ecc_mod,
ecc_mod,
+ ecc_mod_inv,
},
USE_REDC,
@@ -154,9 +160,7 @@ const struct ecc_curve nettle_secp_192r1 =
ecc_b,
ecc_g,
NULL,
- ecc_pp1h,
ecc_unit,
- ecc_qp1h,
ecc_table
};