Return a pointer to the optional seed associated with an EC_GROUP.
Synopsis
Declared in <openssl/ec.h>
unsigned char*
EC_GROUP_get0_seed(EC_GROUP const* x);
Return Value
Pointer to the internal seed bytes, or NULL if no seed is set.
Parameters
Name |
Description |
x |
Group to query. |
Created with MrDocs