EC_KEY_precompute_mult

Creates a table of pre-computed multiples of the generator to accelerate further EC_KEY operations. \param key EC_KEY object \param ctx BN_CTX object (optional) \return 1 on success and 0 if an error occurred.

extern (C) nothrow
int
EC_KEY_precompute_mult

Meta