EcPrivateKey Struct Reference
EC private key. More...
#include <ec.h>
Data Fields | |
| const EcCurve * | curve |
| Elliptic curve parameters. More... | |
| uint32_t | d [EC_MAX_ORDER_SIZE] |
| Private key. More... | |
| int_t | slot |
| Private key slot. More... | |
| EcPublicKey | q |
| Public key. More... | |
Detailed Description
Field Documentation
◆ curve
◆ d
| uint32_t d[EC_MAX_ORDER_SIZE] |
◆ q
◆ slot
The documentation for this struct was generated from the following file:
- cyclone_crypto/ecc/ec.h
