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

Projective coordinate representation. More...

#include <ec25519.h>

Data Fields

fe25519 x
 
fe25519 y
 
fe25519 z
 

Detailed Description

Projective coordinate representation.

Represents a point on the Ed25519 curve in projective coordinates (X:Y:Z).

Field Documentation

◆ 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: