]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hfal/hfal_blake_small.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / hfal / hfal_blake_small.h
index 70c8b831c2c9cca15791672b2fdb5c3cd69c58e6..6aec7c18253030ea6b9c028607827e2d7ff72590 100644 (file)
@@ -1,7 +1,7 @@
 /* hfal_blake_small.h */
 /*
     This file is part of the AVR-Crypto-Lib.
-    Copyright (C) 2008  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
@@ -18,7 +18,7 @@
 */
 /**
  * \file     hfal_blake_small.h
- * \email    daniel.otte@rub.de
+ * \email    bg@nerilex.org
  * \author   Daniel Otte 
  * \date     2009-05-05
  * \license  GPLv3 or later
@@ -31,7 +31,7 @@
 #include <avr/pgmspace.h>
 #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_ */