mbedtls_dhm_context Struct Reference
The DHM context structure.
More...
#include <dhm.h>
Detailed Description
The DHM context structure.
Definition at line 92 of file dhm.h.
Field Documentation
The generator.
Definition at line 96 of file dhm.h.
Our public key = G^X
mod P
.
Definition at line 98 of file dhm.h.
The public key of the peer = G^Y
mod P
.
Definition at line 99 of file dhm.h.
The shared secret = G^
(XY) mod P
.
Definition at line 100 of file dhm.h.
The size of P
in Bytes.
Definition at line 94 of file dhm.h.
The prime modulus.
Definition at line 95 of file dhm.h.
The previous X
.
Definition at line 104 of file dhm.h.
The cached value = R^2
mod P
.
Definition at line 101 of file dhm.h.
The unblinding value.
Definition at line 103 of file dhm.h.
The blinding value.
Definition at line 102 of file dhm.h.
Our secret value.
Definition at line 97 of file dhm.h.
The documentation for this struct was generated from the following file: