[#EC_GROUP_order_bits] = EC_GROUP_order_bits :mrdocs: Gets the number of bits of the order of an EC_GROUP == Synopsis Declared in `<openssl/ec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EC_GROUP_order_bits(xref:EC_GROUP.adoc[EC_GROUP] const* group); ---- == Return Value number of bits of group order. == Parameters [cols="1,4"] |=== | Name| Description | *group* | EC_GROUP object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#