Return a pointer to the optional seed associated with an EC_GROUP.
Declared in <openssl/ec.h>
<openssl/ec.h>
unsigned char* EC_GROUP_get0_seed(EC_GROUP const* x);
Pointer to the internal seed bytes, or NULL if no seed is set.