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

Env::Secp_Point_IsZero

uint8_t Secp_Point_IsZero(const Secp_point& p);

Checks if geven point obkect p is zeroed

Parameters

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

Return value

  • 1 if p is zero
  • 0 otherwise

Notes

  • none

Example

Clone this wiki locally