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

Env::Secp_Point_mul_J

void Secp_Point_mul_J(Secp_point& dst , const Secp_scalar& s);

Multiplies point J by scalar s and stores result to dst, whereas J is the standard J-generator (used for the shielded output serial number)

Parameters

  • dst : destination point object handle (opaque pointer)
  • s : scalar operand

Return value

  • none

Notes

  • none

Example

Clone this wiki locally