nRF5 SDK v11.0.0
Structure with pointers to X and Y coordinates of a point on the curve. More...
#include <nrf_sec.h>
Detailed Description
Structure with pointers to X and Y coordinates of a point on the curve.
Field Documentation
| uint8_t* nrf_sec_ecc_point_t::p_x |
Pointer to X coordinate of point.
| uint8_t* nrf_sec_ecc_point_t::p_y |
Pointer to X coordinate of point.
| uint32_t nrf_sec_ecc_point_t::x_len |
Length of data pointed to by p_x.
| uint32_t nrf_sec_ecc_point_t::y_len |
Length of data pointed to by p_x.