Ed25519Point Struct Reference

Extended point representation. More...

#include <ed25519.h>

Data Fields

int32_t x [9]
 
int32_t y [9]
 
int32_t z [9]
 
int32_t t [9]
 

Detailed Description

Extended point representation.

Definition at line 61 of file ed25519.h.

Field Documentation

◆ t

int32_t t[9]

Definition at line 66 of file ed25519.h.

◆ x

int32_t x[9]

Definition at line 63 of file ed25519.h.

◆ y

int32_t y[9]

Definition at line 64 of file ed25519.h.

◆ z

int32_t z[9]

Definition at line 65 of file ed25519.h.


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