Add hmac test vector test program

This commit is contained in:
Angus Gratton 2015-06-02 15:12:39 +10:00
parent c126fa6430
commit 1292829a07
3 changed files with 255 additions and 0 deletions

View file

@ -0,0 +1,2 @@
TARGET=hmac_test
include ../../../common.mk