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

Cached point representation. More...

#include <ec25519.h>

Data Fields

fe25519 yplusx
 
fe25519 yminusx
 
fe25519 z
 
fe25519 t2d
 

Detailed Description

Cached point representation.

Used to cache computed values during point addition for efficiency.

Field Documentation

◆ t2d

fe25519 t2d

[fe25519] The T-coordinate 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.

◆ z

[fe25519] The Z-coordinate.


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