Gets the number of bits of the order of an EC_GROUP

Synopsis

Declared in <openssl/ec.h>

int
EC_GROUP_order_bits(EC_GROUP const* group);

Return Value

number of bits of group order.

Parameters

Name

Description

group

EC_GROUP object

Created with MrDocs