1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/sys/psa_crypto_se_ecdsa
2024-05-14 17:02:46 +02:00
..
custom_atca_params.h sys/psa_crypto: Build PSA Crypto functions based on module selection 2023-11-30 21:02:42 +01:00
example_ecdsa_p256.c sys/psa_crypto: correct use of (ECDSA) key_bits 2024-05-14 17:02:46 +02:00
main.c tests/sys/psa_crypto*: Remove symlinks 2024-04-17 14:13:14 +02:00
Makefile tests/sys/psa_crypto*: Remove symlinks 2024-04-17 14:13:14 +02:00
Makefile.ci tests/sys/psa_crypto*: Remove symlinks 2024-04-17 14:13:14 +02:00
README.md sys/psa_crypto: Build PSA Crypto functions based on module selection 2023-11-30 21:02:42 +01:00

PSA Crypto Secure Element ECDSA Test

This is a configuration test for only the ecdsa of the PSA crypto module using secure element. It is based off the psa_crypto example.