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

Env::Secp_Scalar_alloc

Secp_scalar* Secp_Scalar_alloc();

Allocates the scalar object and initializes it to 0

Parameters

  • none

Return value

  • scalar object handle (opaque pointer)
  • null if maximum simultaneous scalar objects count is exceeded

Notes

  • none

Example

Clone this wiki locally