altos: Build test framework for AES code
authorKeith Packard <keithp@keithp.com>
Mon, 29 Apr 2013 05:52:23 +0000 (22:52 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 29 Apr 2013 05:52:23 +0000 (22:52 -0700)
commit2fedc82dbdfb17f7226c6c489e18d874c3857350
treec802ccf75dd5b205cb5cf92d4b204021dc99a271
parentc4b529ce8c2ded0a78b5a5b012a9529f744f40f4
altos: Build test framework for AES code

Simple CBC-CMAC test with a constant 0 key and constant 0 data for now.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/aes/ao_aes.c
src/aes/ao_aes_int.h
src/test/Makefile
src/test/ao_aes_test.c [new file with mode: 0644]