BN_set_params

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

NameDescription
mulMultiplication window / related tuning value.
highHigh-bit related tuning value.
lowLow-bit related tuning value.
montMontgomery-related tuning value.