Returns the montgomery data for order(Generator)

Synopsis

Declared in <openssl/ec.h>

BN_MONT_CTX*
EC_GROUP_get_mont_data(EC_GROUP const* group);

Return Value

the currently used montgomery data (possibly NULL).

Parameters

Name

Description

group

EC_GROUP object

Created with MrDocs