Function EC_KEY_precompute_mult

Source
pub unsafe extern "C" fn EC_KEY_precompute_mult(
    key: *mut ec_key_st,
    ctx: *mut bignum_ctx,
) -> i32
Expand description

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.