Skip to content
anatol edited this page Jul 13, 2021 · 1 revision

Env::Secp_Point_free

void Secp_Point_free(Secp_point& p);

Frees the previously allocated point object, see Secp_Point_alloc

Parameters

  • p : point object handle (opaque pointer) to free

Return value

  • none

Notes

  • none

Example

Clone this wiki locally