nrf_sec_ecc_signature_t

nRF5 SDK v11.0.0

nRF5 SDK v11.0.0

Structure with pointers to r and s parts of the ecc signature. More...

#include <nrf_sec.h>

Data Fields

uint8_t * p_r
uint32_t r_len
uint8_t * p_s
uint32_t s_len

Detailed Description

Structure with pointers to r and s parts of the ecc signature.

Field Documentation

uint8_t* nrf_sec_ecc_signature_t::p_r

Pointer to R part of signature

uint8_t* nrf_sec_ecc_signature_t::p_s

Pointer to S part of signature

uint32_t nrf_sec_ecc_signature_t::r_len

Length of data pointed to by p_r

uint32_t nrf_sec_ecc_signature_t::s_len

Length to data pointed to by p_s