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

Extended projective coordinate representation. More...

#include <ec25519.h>

Data Fields

fe25519 x
 
fe25519 y
 
fe25519 z
 
fe25519 t
 

Detailed Description

Extended projective coordinate representation.

Represents a point on the Ed25519 curve in extended coordinates (X:Y:Z:T), where T is an auxiliary coordinate satisfying T = XY/Z.

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: