mbedtls_dhm_context Struct Reference
DHM context structure.
More...
#include <dhm.h>
Detailed Description
DHM context structure.
Definition at line 149 of file dhm.h.
Field Documentation
generator
Definition at line 153 of file dhm.h.
self = G^X mod P
Definition at line 155 of file dhm.h.
peer = G^Y mod P
Definition at line 156 of file dhm.h.
key = GY^X mod P
Definition at line 157 of file dhm.h.
size(P) in chars
Definition at line 151 of file dhm.h.
prime modulus
Definition at line 152 of file dhm.h.
previous X
Definition at line 161 of file dhm.h.
cached R^2 mod P
Definition at line 158 of file dhm.h.
un-blinding value
Definition at line 160 of file dhm.h.
blinding value
Definition at line 159 of file dhm.h.
secret value
Definition at line 154 of file dhm.h.
The documentation for this struct was generated from the following file: