]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - bcal/bcal-nessie.h
more precise type for arguments of bcal_nessie_multiple()
[arm-crypto-lib.git] / bcal / bcal-nessie.h
index 5e4285f4e5eb6f95422f4908047f3d28f7f80cb6..203f7cc3f24c88917be6edea07ff536380b64064 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal-nessie.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -31,7 +31,7 @@
 #include "blockcipher_descriptor.h"
 
 void bcal_nessie(const bcdesc_t* bcd);
-void bcal_nessie_multiple(const bcdesc_t** bcd_list);
+void bcal_nessie_multiple(const bcdesc_t* const * bcd_list);
 
 
 #endif /* BCALNESSIE_H_ */