Return the length of the optional seed associated with an EC_GROUP.
Declared in <openssl/ec.h>
<openssl/ec.h>
size_t EC_GROUP_get_seed_len(EC_GROUP const* group);
Seed length in bytes, or 0 if no seed is set.