iPXE
Data Fields
x25519_step Struct Reference

An X25519 Montgomery ladder step. More...

Data Fields

struct x25519_projective x_n
 X[n]/Z[n]. More...
 
struct x25519_projective x_n1
 X[n+1]/Z[n+1]. More...
 

Detailed Description

An X25519 Montgomery ladder step.

Definition at line 267 of file x25519.c.

Field Documentation

◆ x_n

struct x25519_projective x25519_step::x_n

X[n]/Z[n].

Definition at line 269 of file x25519.c.

◆ x_n1

struct x25519_projective x25519_step::x_n1

X[n+1]/Z[n+1].

Definition at line 271 of file x25519.c.


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