MPHELL  5.0.0
Data Fields
ecdsa_precomp Struct Reference

Precomputation structure. More...

Collaboration diagram for ecdsa_precomp:
Collaboration graph
[legend]

Data Fields

ec_point prec_G [2 *PRECOMP_SIZE]
 
ec_point prec_K [2 *PRECOMP_SIZE]
 

Detailed Description

Precomputation structure.

Definition at line 74 of file mphell_tuto_ecdsa.c.

Field Documentation

◆ prec_G

ec_point prec_G

store 0G, G, 2G, 3G, 4G, 5G, 6G, 7G, ..., (2^(31)-1) G where G is the base point

Definition at line 76 of file mphell_tuto_ecdsa.c.

◆ prec_K

ec_point prec_K

store 0Q, Q, 2Q, 3Q, 4Q, 5Q, 6Q, 7Q, ..., (2^(31)-1) Q where Q is the public key

Definition at line 77 of file mphell_tuto_ecdsa.c.


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