]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - hfal/hfal_blake_large.h
improving present
[arm-crypto-lib.git] / hfal / hfal_blake_large.h
index a6740b5ddb3369fd2b202f0c9bb81f2f790198d6..466ec3346c4d9e00a84313af1ba0b1cea7f4825f 100644 (file)
@@ -1,6 +1,6 @@
 /* hfal_blake_large.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -30,7 +30,7 @@
 
 #include "hashfunction_descriptor.h"
 
-extern const hfdesc_t blake48_desc;
-extern const hfdesc_t blake64_desc;
+extern const hfdesc_t blake384_desc;
+extern const hfdesc_t blake512_desc;
 
 #endif /* HFAL_BLAKE_LARGE_H_ */