This repo has moved here
- Uses AES-ECB hardware peripheral
- Includes target test app that runs the EAX test vectors
- Includes host test app that verifies the test vectors from NIST 800-38B, EAX papes, NIST 800-38A F5.1 (requires OpenSSL)
-
Edit
Makefile, special note to edit the path to the NRF-SDK (tested against SDK 10.0) -
Edit main.c:
#define SUCCESS_LED 10 #define ERROR_LED 12 #define LED_ACTIVE LOW
-
make:Output files in
_builddirectory. Program to nRF51 dev. board to run tests on target. -
make test:Fakes ECB peripheral using openssl, then runs tests on host.