Return the length of the optional seed associated with an EC_GROUP.
Synopsis
Declared in <openssl/ec.h>
size_t
EC_GROUP_get_seed_len(EC_GROUP const* group);
Return Value
Seed length in bytes, or 0 if no seed is set.
Parameters
Name |
Description |
group |
Group to query. |
Created with MrDocs