Returns the generator of a EC_GROUP object.

Synopsis

Declared in <openssl/ec.h>

EC_POINT const*
EC_GROUP_get0_generator(EC_GROUP const* group);

Return Value

the currently used generator (possibly NULL).

Parameters

Name

Description

group

EC_GROUP object

Created with MrDocs