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

Env::Secp_Scalar_free

void Secp_Scalar_free(Secp_scalar& s);

Frees the previously allocated scalar object, see Secp_Scalar_alloc

Parameters

  • s : scalar object handle (opaque pointer)

Return value

  • none

Notes

  • none

Example

Clone this wiki locally