Sortix cross-volatile manual
This manual documents Sortix cross-volatile. You can instead view this document in the latest official manual.
NAME
EC_POINT_new, EC_POINT_free, EC_POINT_clear_free, EC_POINT_copy, EC_POINT_dup — allocate, free and copy elliptic curve pointsSYNOPSIS
library “libcrypto”#include <openssl/ec.h>
EC_POINT *
EC_POINT_new(const EC_GROUP *group);
EC_POINT_free(EC_POINT *point);
EC_POINT_clear_free(EC_POINT *point);
EC_POINT_copy(EC_POINT *dst, const EC_POINT *src);
EC_POINT_dup(const EC_POINT *point, const EC_GROUP *group);