EcdsaGenerateSignatureState Struct Reference

Working state (ECDSA signature generation) More...

#include <ecdsa.h>

Data Fields

uint32_t k [EC_MAX_ORDER_SIZE]
 
uint32_t z [EC_MAX_ORDER_SIZE]
 
EcPoint3 r1
 

Detailed Description

Working state (ECDSA signature generation)

Definition at line 74 of file ecdsa.h.

Field Documentation

◆ k

uint32_t k[EC_MAX_ORDER_SIZE]

Definition at line 76 of file ecdsa.h.

◆ r1

Definition at line 78 of file ecdsa.h.

◆ z

uint32_t z[EC_MAX_ORDER_SIZE]

Definition at line 77 of file ecdsa.h.


The documentation for this struct was generated from the following file: