EcPoint Struct Reference
EC point (affine coordinates) More...
#include <ec.h>
Data Fields | |
| uint32_t | x [EC_MAX_MODULUS_SIZE] |
| x-coordinate More... | |
| uint32_t | y [EC_MAX_MODULUS_SIZE] |
| y-coordinate More... | |
Detailed Description
Field Documentation
◆ x
| uint32_t x[EC_MAX_MODULUS_SIZE] |
◆ y
| uint32_t y[EC_MAX_MODULUS_SIZE] |
The documentation for this struct was generated from the following file:
- cyclone_crypto/ecc/ec.h
