]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - hfal/hfal_blake_small.h
Adding Khazad
[arm-crypto-lib.git] / hfal / hfal_blake_small.h
index 925d72d115e1dc2643140c695b917aae7e823251..5caad2a2ec9ff033debc2d3cb295ba4d919c9671 100644 (file)
@@ -1,6 +1,6 @@
 /* hfal_blake_small.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 blake28_desc;
-extern const hfdesc_t blake32_desc;
+extern const hfdesc_t blake224_desc;
+extern const hfdesc_t blake256_desc;
 
 #endif /* HFAL_BLAKE_SMALL_H_ */