spider-bot/fw/nrf52/nrf5_sdk/external/infineon/examples/ecdsa_utils
Kelvin Ly 872667a425 First working NRF5 build copying some random guy's code 2020-05-15 18:38:51 -04:00
..
README.md First working NRF5 build copying some random guy's code 2020-05-15 18:38:51 -04:00
ecdsa_utils.c First working NRF5 build copying some random guy's code 2020-05-15 18:38:51 -04:00
ecdsa_utils.h First working NRF5 build copying some random guy's code 2020-05-15 18:38:51 -04:00

README.md

ECDSA Utils

This folder provides a small library with functions to convert between the raw ECDSA signature format and the ASN.1 encoding used in X.509 certificates.

It is used by the nrf5x PAL and provided here as example on how to implement this conversion.