]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/ecp_nistz256.c
Implement coordinate blinding for EC_POINT
[thirdparty/openssl.git] / crypto / ec / ecp_nistz256.c
index d3603fbbecd9d3a7263158b67de9374deb40011f..02925616b15f5b75aa20518fd99019defb0078ff 100644 (file)
@@ -1730,7 +1730,8 @@ const EC_METHOD *EC_GFp_nistz256_method(void)
         0, /* keycopy */
         0, /* keyfinish */
         ecdh_simple_compute_key,
-        ecp_nistz256_inv_mod_ord                    /* can be #define-d NULL */
+        ecp_nistz256_inv_mod_ord,                   /* can be #define-d NULL */
+        0                                           /* blind_coordinates */
     };
 
     return &ret;