Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 1.32 KB

README.md

File metadata and controls

9 lines (6 loc) · 1.32 KB

Testing µAES


This folder contains some of the NIST's official CAVP test vectors. The *.rsp files are courtesy of the NIST. Some sample codes are provided alongside them to demonstrate how they are used. As of late 2022, they have set up an official repository for cryptographic algorithm validation.

To do some extra tests, a bunch of additional FPE test vectors are taken from [1, 2, 3], and the OCB test vectors are borrowed from OpenSSL.

Also in the main.c file of parent directory, you will find some other test vectors that are either generated by the Crypto++® library or taken from various online documents. Please let me know if you faced any issues in verifying them.

Needless to say, the µAES library has been successfully tested against all CAVP's vectors.