Ed25519GeneratePublicKeyState Struct Reference

Working state (public key generation) More...

#include <ed25519.h>

Data Fields

Sha512Context sha512Context
 
uint8_t s [64]
 
Ed25519Point a
 
Ed25519SubState subState
 

Detailed Description

Working state (public key generation)

Definition at line 93 of file ed25519.h.

Field Documentation

◆ a

Definition at line 97 of file ed25519.h.

◆ s

uint8_t s[64]

Definition at line 96 of file ed25519.h.

◆ sha512Context

Sha512Context sha512Context

Definition at line 95 of file ed25519.h.

◆ subState

Ed25519SubState subState

Definition at line 98 of file ed25519.h.


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