EC_GROUP_have_precompute_mult

Reports whether a precomputation has been done

extern (C) nothrow @nogc
int
EC_GROUP_have_precompute_mult
(
const(.EC_GROUP)* group
)

Parameters

group const(.EC_GROUP)*

EC_GROUP object

Return Value

Type: int

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

Meta