EcDomainParameters Struct Reference
EC domain parameters. More...
#include <ec.h>
Data Fields | |
| const char_t * | name |
| Curve name. More... | |
| EcCurveType | type |
| Curve type. More... | |
| Mpi | p |
| Prime. More... | |
| Mpi | a |
| Curve parameter a. More... | |
| Mpi | b |
| Curve parameter b. More... | |
| EcPoint | g |
| Base point G. More... | |
| Mpi | q |
| Order of the point G. More... | |
| uint32_t | h |
| Cofactor h. More... | |
| EcFastModAlgo | mod |
| Fast modular reduction. More... | |
Detailed Description
Field Documentation
◆ a
◆ b
◆ g
◆ h
◆ mod
| EcFastModAlgo mod |
◆ name
◆ p
◆ q
◆ type
| EcCurveType type |
The documentation for this struct was generated from the following file:
- cyclone_crypto/ecc/ec.h
