added the cammelia cipher, updated the test cases

This commit is contained in:
John Safranek
2013-01-18 17:26:49 -08:00
parent b8b968d77f
commit 2e2de4cf4d
4 changed files with 1545 additions and 157 deletions

View File

@@ -249,7 +249,7 @@ void bench_camellia(void)
double start, total, persec;
int i;
CamelliaSetKey(&cam, key, 16, iv, CAMELLIA_ENCRYPTION);
CamelliaSetKey(&cam, key, 16, iv);
start = current_time();
for(i = 0; i < megs; i++)