EC_GROUP_precompute_mult

Stores multiples of generator for faster point multiplication

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
int
EC_GROUP_precompute_mult(
    EC_GROUP* group,
    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
groupEC_GROUP object
ctxBN_CTX object (optional)