nRF5 SDK v13.0.0
Functions
micro-ecc backend shared functions.

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_typeCurve type get domain for.
[in]pp_domainDouble pointer to curve domain structure.
Return values
TrueTrue if curve domain was successfully located.

Documentation feedback | Developer Zone | Subscribe | Updated