Test vectors for all new crypto.

This commit is contained in:
Adam Ierymenko 2013-09-15 10:41:52 -04:00
parent 660f92b6a7
commit 300d26973a
5 changed files with 36 additions and 4 deletions

View file

@ -52,7 +52,7 @@ public:
* @param len Length of data to authenticate in bytes
* @param key 32-byte one-time use key to authenticate data (must not be reused)
*/
static void mac(void *auth,const void *data,unsigned int len,const void *key)
static void compute(void *auth,const void *data,unsigned int len,const void *key)
throw();
};