]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-gcm-test.c
new and more compact aes
[avr-crypto-lib.git] / test_src / main-gcm-test.c
index f2726f2cd0e79cf04d72ec5f396d8fcbf13cdb06..35722652f1fb2c82480cd09802f17f02a2f42b55 100644 (file)
@@ -1,7 +1,7 @@
 /* main-gcm-test.c */
 /*
     This file is part of the AVR-Crypto-Lib.
-    Copyright (C) 2006-2014 Daniel Otte (daniel.otte@rub.de)
+    Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org)
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -27,9 +27,9 @@
 #include "main-test-common.h"
 
 #include <gcm128.h>
-#include <bcal_aes128.h>
-#include <bcal_aes192.h>
-#include <bcal_aes256.h>
+#include <bcal_aes128_enconly.h>
+#include <bcal_aes192_enconly.h>
+#include <bcal_aes256_enconly.h>
 #include "performance_test.h"
 
 char *algo_name = "GCM-AES128";