Skip to content
anatol edited this page May 31, 2022 · 1 revision

Env::get_SlotImageEx

void get_SlotImageEx(Secp_point& res, const Secp_point& gen, uint32_t iSlot);

Loads the image of the nonce from given slot. Slot should be initialized via SlotInit

Parameters

  • res : image of the nonce
  • gen : generator point
  • iSlot : nonce slot number

Return value

  • none

Notes

  • none

Example

Clone this wiki locally