EC_KEY_precompute_mult

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

extern (C) nothrow @nogc
int
EC_KEY_precompute_mult

Parameters

key .EC_KEY*

EC_KEY object

ctx libressl_d.openssl.ossl_typ.BN_CTX*

BN_CTX object (optional)

Return Value

Type: int

1 on success and 0 if an error occurred.

Meta