Stores multiples of generator for faster point multiplication
Declared in <openssl/ec.h>
[[deprecated]]
int
EC_GROUP_precompute_mult(
EC_GROUP* group,
BN_CTX* ctx);
Deprecated. Use of this entity is allowed but discouraged.
1 on success and 0 if an error occurred
| Name | Description |
|---|---|
| group | EC_GROUP object |
| ctx | BN_CTX object (optional) |