Ed448SubState Struct Reference

Working state (scalar multiplication) More...

#include <ed448.h>

Data Fields

Ed448Point u
 
Ed448Point v
 
int32_t a [16]
 
int32_t b [16]
 
int32_t c [16]
 
int32_t d [16]
 
int32_t e [16]
 
int32_t f [16]
 
int32_t g [16]
 

Detailed Description

Working state (scalar multiplication)

Definition at line 73 of file ed448.h.

Field Documentation

◆ a

int32_t a[16]

Definition at line 77 of file ed448.h.

◆ b

int32_t b[16]

Definition at line 78 of file ed448.h.

◆ c

int32_t c[16]

Definition at line 79 of file ed448.h.

◆ d

int32_t d[16]

Definition at line 80 of file ed448.h.

◆ e

int32_t e[16]

Definition at line 81 of file ed448.h.

◆ f

int32_t f[16]

Definition at line 82 of file ed448.h.

◆ g

int32_t g[16]

Definition at line 83 of file ed448.h.

◆ u

Definition at line 75 of file ed448.h.

◆ v

Definition at line 76 of file ed448.h.


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