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

Env::Secp_Scalar_export

void Secp_Scalar_export(const Secp_scalar& s , Secp_scalar_data& data);

Exports the scalar object value

Parameters

  • s : scalar object handle (opaque pointer)
  • data : result value

Return value

  • none

Notes

  • none

Example

Clone this wiki locally