Set legacy BIGNUM tuning parameters (deprecated no‐op on modern builds).
Synopsis
Declared in <openssl/bn.h>
[[deprecated]]
void
BN_set_params(
int mul,
int high,
int low,
int mont);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Parameters
Name |
Description |
mul |
Multiplication window / related tuning value. |
high |
High‐bit related tuning value. |
low |
Low‐bit related tuning value. |
mont |
Montgomery‐related tuning value. |
Created with MrDocs