RSA generation: Use more bits of 1/sqrt(2)
[openssl.git] / include / crypto / bn.h
index 91c6cd5dcc9f0ec239a65a8ec3cf8d50119fa486..f2cb30de0a1caa49f29907f1e3505e5c8f7e3fff 100644 (file)
@@ -111,4 +111,7 @@ int bn_rsa_fips186_4_derive_prime(BIGNUM *Y, BIGNUM *X, const BIGNUM *Xin,
                                   const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb);
 
 OPENSSL_CTX *bn_get_lib_ctx(BN_CTX *ctx);
+
+extern const BIGNUM bn_inv_sqrt_2;
+
 #endif