Set legacy BIGNUM tuning parameters (deprecated no-op on modern builds).
Declared in <openssl/bn.h>
[[deprecated]]
void
BN_set_params(
int mul,
int high,
int low,
int mont);
Deprecated. Use of this entity is allowed but discouraged.
| 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. |