Reports whether a precomputation has been done

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
int
EC_GROUP_have_precompute_mult(EC_GROUP const* group);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 if a pre‐computation has been done and 0 otherwise

Parameters

Name

Description

group

EC_GROUP object

Created with MrDocs