Ed25519VerifySignatureState Struct Reference

Working state (signature verification) More...

#include <ed25519.h>

Data Fields

Sha512Context sha512Context
 
uint8_t k [64]
 
uint8_t p [32]
 
uint8_t r [32]
 
uint8_t s [32]
 
Ed25519Point a
 
Ed25519SubState subState
 

Detailed Description

Working state (signature verification)

Definition at line 123 of file ed25519.h.

Field Documentation

◆ a

Definition at line 130 of file ed25519.h.

◆ k

uint8_t k[64]

Definition at line 126 of file ed25519.h.

◆ p

uint8_t p[32]

Definition at line 127 of file ed25519.h.

◆ r

uint8_t r[32]

Definition at line 128 of file ed25519.h.

◆ s

uint8_t s[32]

Definition at line 129 of file ed25519.h.

◆ sha512Context

Sha512Context sha512Context

Definition at line 125 of file ed25519.h.

◆ subState

Ed25519SubState subState

Definition at line 131 of file ed25519.h.


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