EC_KEY_precompute_mult

Creates a table of pre-computed multiples of the generator to accelerate further EC_KEY operations.

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
int
EC_KEY_precompute_mult(
    EC_KEY* key,
    BN_CTX* ctx);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success and 0 if an error occurred.

Parameters

NameDescription
keyEC_KEY object
ctxBN_CTX object (optional)