EC point multiplication: add `ladder` scaffold
[openssl.git] / crypto / ec / ecp_nistp256.c
index 00fcfd5bbd7e7b40fa0f9f2d821098d14f683c2b..47e2817e3aba2075f92f282f4cb764eaf316b4d4 100644 (file)
@@ -1821,7 +1821,12 @@ const EC_METHOD *EC_GFp_nistp256_method(void)
         ec_key_simple_generate_public_key,
         0, /* keycopy */
         0, /* keyfinish */
-        ecdh_simple_compute_key
+        ecdh_simple_compute_key,
+        0, /* field_inverse_mod_ord */
+        0, /* blind_coordinates */
+        0, /* ladder_pre */
+        0, /* ladder_step */
+        0  /* ladder_post */
     };
 
     return &ret;