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

Env::Secp_Scalar_neg

void Secp_Scalar_neg(Secp_scalar& dst , const Secp_scalar& src);

Negation: sets dst = -src

Parameters

  • dst : destination scalar object handle (opaque pointer)
  • src : source scalar object handle (opaque pointer)

Return value

  • none

Notes

  • dst, src don't have to be distinct

Example

Clone this wiki locally