aboutsummaryrefslogtreecommitdiff
path: root/sw/aes_tester.c
AgeCommit message (Collapse)Author
2015-06-10generate core_selector, probe FPGA for cores at software startupPaul Selkirk
2015-05-19Removed obsolete build target 'trivial'. Removed dual block test stub from ↵Joachim Strömbergson
aes_tester.
2015-05-17Use correct addresses for 256-bit keys. Report whether tests passedRob Austein
instead of trusting human beings to read hex. Other trivial cleanups.
2015-05-17Completed first, simple test of aes core. This test program runs all NIST ↵Joachim Strömbergson
single block tests with 128 and 256 bit keys in encipher and decipher modes.
2015-05-13Adding code for running single block tests doing encipher and decipher ↵Joachim Strömbergson
operations. Adding test runner for NIST tests.
2015-05-13Added aes_tester as build target. Added initial version of aes_tester ↵Joachim Strömbergson
program with NIST test vectors.