ECDH context structure.
More...
#include <ecdh.h>
ECDH context structure.
Definition at line 45 of file ecdh.h.
previous d (for later)
Definition at line 55 of file ecdh.h.
our secret value (private key)
Definition at line 48 of file ecdh.h.
elliptic curve used
Definition at line 47 of file ecdh.h.
int ecdh_context::point_format |
format for point export in TLS messages
Definition at line 52 of file ecdh.h.
our public value (public key)
Definition at line 49 of file ecdh.h.
peer's public value (public key)
Definition at line 50 of file ecdh.h.
un-blinding value (for later)
Definition at line 54 of file ecdh.h.
blinding value (for later)
Definition at line 53 of file ecdh.h.
shared secret
Definition at line 51 of file ecdh.h.
The documentation for this struct was generated from the following file: