Returns the number of bits needed to represent a field element
Synopsis
Declared in <openssl/ec.h>
int
EC_GROUP_get_degree(EC_GROUP const* group);
Return Value
number of bits needed to represent a field element
Parameters
Name |
Description |
group |
EC_GROUP object |
Created with MrDocs