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>
Wed, 8 May 2013 03:07:52 +0000 (20:07 -0700)
commit0488cd9cffc837e99490a0761216bbc5847ff400
treea37eb7c5dd30762e2d0859038f2521ab0f4ac449
parent3edbaa90fb7cb31fa0bd835a7c6c8930fd6dfeb6
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]