micro-ecc backend shared functions.

nRF5 SDK v14.2.0

Provides shared functions required for micro_ecc backend. More...

Functions

bool micro_ecc_curve_domain_get ( nrf_ecc_curve_type_t curve_type, struct uECC_Curve_t const **pp_domain)
Function to get micro_ecc curve domain from curve_type. More...

Detailed Description

Provides shared functions required for micro_ecc backend.

Function Documentation

bool micro_ecc_curve_domain_get ( nrf_ecc_curve_type_t curve_type ,
struct uECC_Curve_t const ** pp_domain
)

Function to get micro_ecc curve domain from curve_type.

Parameters
[in] curve_type Curve type get domain for.
[in] pp_domain Double pointer to curve domain structure.
Return values
True True if curve domain was successfully located.