![]() |
![]() |
ECDSA driver implementation for the CC26X1 family.
============================================================================
This file should only be included in the board file to fill the ECDSA_config struct.
The driver is backed by a software ECC library implementation.
The driver implementation supports the following curves for ECDSA:
| Curves Supported |
|---|
| NISTP256 |
#include <stdint.h>#include <stdbool.h>#include <ti/drivers/ECDSA.h>#include <ti/drivers/TRNG.h>#include <ti/drivers/trng/TRNGCC26XX.h>#include <ti/devices/DeviceFamily.h>#include <DeviceFamily_constructPath(driverlib/rom_ecc.h)>
Go to the source code of this file.
Data Structures | |
| struct | ECDSACC26X1_HWAttrs |
| ECDSACC26X1 Hardware Attributes. More... | |
| struct | ECDSACC26X1_Object |
| ECDSACC26X1 Object. More... | |