Sm2GenerateSignatureState Struct Reference

Working state (SM2 signature generation) More...

#include <sm2.h>

Data Fields

HashContext hashContext
 
uint8_t buffer [32]
 
uint32_t e [8]
 
uint32_t k [8]
 
uint32_t r [8]
 
uint32_t t [8]
 
EcPoint3 pa
 
EcPoint3 p1
 

Detailed Description

Working state (SM2 signature generation)

Definition at line 53 of file sm2.h.

Field Documentation

◆ buffer

uint8_t buffer[32]

Definition at line 56 of file sm2.h.

◆ e

uint32_t e[8]

Definition at line 57 of file sm2.h.

◆ hashContext

HashContext hashContext

Definition at line 55 of file sm2.h.

◆ k

uint32_t k[8]

Definition at line 58 of file sm2.h.

◆ p1

Definition at line 62 of file sm2.h.

◆ pa

Definition at line 61 of file sm2.h.

◆ r

uint32_t r[8]

Definition at line 59 of file sm2.h.

◆ t

uint32_t t[8]

Definition at line 60 of file sm2.h.


The documentation for this struct was generated from the following file:
  • cyclone_crypto/ecc/sm2.h