mbed TLS v1.3.17
Data Fields
dhm_context Struct Reference

DHM context structure. More...

#include <dhm.h>

Collaboration diagram for dhm_context:
Collaboration graph
[legend]

Data Fields

size_t len
 
mpi P
 
mpi G
 
mpi X
 
mpi GX
 
mpi GY
 
mpi K
 
mpi RP
 
mpi Vi
 
mpi Vf
 
mpi pX
 

Detailed Description

DHM context structure.

Definition at line 153 of file dhm.h.

Field Documentation

mpi dhm_context::G

generator

Definition at line 157 of file dhm.h.

mpi dhm_context::GX

self = G^X mod P

Definition at line 159 of file dhm.h.

mpi dhm_context::GY

peer = G^Y mod P

Definition at line 160 of file dhm.h.

mpi dhm_context::K

key = GY^X mod P

Definition at line 161 of file dhm.h.

size_t dhm_context::len

size(P) in chars

Definition at line 155 of file dhm.h.

mpi dhm_context::P

prime modulus

Definition at line 156 of file dhm.h.

mpi dhm_context::pX

previous X

Definition at line 165 of file dhm.h.

mpi dhm_context::RP

cached R^2 mod P

Definition at line 162 of file dhm.h.

mpi dhm_context::Vf

un-blinding value

Definition at line 164 of file dhm.h.

mpi dhm_context::Vi

blinding value

Definition at line 163 of file dhm.h.

mpi dhm_context::X

secret value

Definition at line 158 of file dhm.h.


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