EcdhContext Struct Reference
ECDH context. More...
#include <ecdh.h>
Data Fields | |
| const EcCurve * | curve |
| Elliptic curve parameters. More... | |
| EcPrivateKey | da |
| One's own EC key pair. More... | |
| EcPublicKey | qb |
| Peer's EC public key. More... | |
Detailed Description
Field Documentation
◆ curve
◆ da
| EcPrivateKey da |
◆ qb
| EcPublicKey qb |
The documentation for this struct was generated from the following file:
- cyclone_crypto/ecc/ecdh.h
