EC point multiplication: add `ladder` scaffold
[openssl.git] / crypto / ec / ecp_nistp521.c
index 4e6c0f98fbc7943ef9a4a27a9f119f544d060951..abcc5bb8eca248ac9864a3c2901411efb4778bf2 100644 (file)
@@ -1660,7 +1660,10 @@ const EC_METHOD *EC_GFp_nistp521_method(void)
         0, /* keyfinish */
         ecdh_simple_compute_key,
         0, /* field_inverse_mod_ord */
-        0  /* blind_coordinates */
+        0, /* blind_coordinates */
+        0, /* ladder_pre */
+        0, /* ladder_step */
+        0  /* ladder_post */
     };
 
     return &ret;