QSC Post Quantum Cryptographic Library 1.0.0.6c (A6)
A post quantum secure library written in Ansi C
 
Loading...
Searching...
No Matches
ge25519_p1p1 Struct Reference

Intermediate coordinate representation. More...

#include <ec25519.h>

Data Fields

fe25519 x
 
fe25519 y
 
fe25519 z
 
fe25519 t
 

Detailed Description

Intermediate coordinate representation.

Used as an intermediate format during point addition and doubling operations.

Field Documentation

◆ t

[fe25519] The T-coordinate.

◆ x

[fe25519] The X-coordinate.

◆ y

[fe25519] The Y-coordinate.

◆ z

[fe25519] The Z-coordinate.


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