1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 23:12:45 +01:00
RIOT/tests/sys/psa_crypto_eddsa
2023-12-16 22:08:16 +01:00
..
tests sys/psa_crypto: Build PSA Crypto functions based on module selection 2023-11-30 21:02:42 +01:00
app.config.test sys/psa_crypto: Build PSA Crypto functions based on module selection 2023-11-30 21:02:42 +01:00
example_eddsa.c sys/psa_crypto: Build PSA Crypto functions based on module selection 2023-11-30 21:02:42 +01:00
main.c sys/psa_crypto: Build PSA Crypto functions based on module selection 2023-11-30 21:02:42 +01:00
Makefile tests/sys/psa_crypto_*: increase stack size for sw ecc tests 2023-12-16 22:08:16 +01:00
Makefile.ci tests/sys/psa_crypto_*: increase stack size for sw ecc tests 2023-12-16 22:08:16 +01:00
README.md sys/psa_crypto: Build PSA Crypto functions based on module selection 2023-11-30 21:02:42 +01:00

PSA Crypto EDDSA Test

This is a configuration test for only the eddsa of the PSA crypto module. It is based off the psa_crypto example.