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

Precomputed point representation. More...

#include <ec25519.h>

Data Fields

fe25519 yplusx
 
fe25519 yminusx
 
fe25519 xy2d
 

Detailed Description

Precomputed point representation.

Stores precomputed values (y+x, y-x, and xy*2d) to accelerate scalar multiplication.

Field Documentation

◆ xy2d

fe25519 xy2d

[fe25519] The product of X and Y, multiplied by 2d.

◆ yminusx

fe25519 yminusx

[fe25519] The difference of Y and X coordinates.

◆ yplusx

fe25519 yplusx

[fe25519] The sum of Y and X coordinates.


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