Ed25519SubState Struct Reference

Working state (scalar multiplication) More...

#include <ed25519.h>

Data Fields

Ed25519Point u
 
Ed25519Point v
 
int32_t a [9]
 
int32_t b [9]
 
int32_t c [9]
 
int32_t d [9]
 
int32_t e [9]
 
int32_t f [9]
 
int32_t g [9]
 
int32_t h [9]
 

Detailed Description

Working state (scalar multiplication)

Definition at line 74 of file ed25519.h.

Field Documentation

◆ a

int32_t a[9]

Definition at line 78 of file ed25519.h.

◆ b

int32_t b[9]

Definition at line 79 of file ed25519.h.

◆ c

int32_t c[9]

Definition at line 80 of file ed25519.h.

◆ d

int32_t d[9]

Definition at line 81 of file ed25519.h.

◆ e

int32_t e[9]

Definition at line 82 of file ed25519.h.

◆ f

int32_t f[9]

Definition at line 83 of file ed25519.h.

◆ g

int32_t g[9]

Definition at line 84 of file ed25519.h.

◆ h

int32_t h[9]

Definition at line 85 of file ed25519.h.

◆ u

Definition at line 76 of file ed25519.h.

◆ v

Definition at line 77 of file ed25519.h.


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