]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hfal/hfal_blake_large.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / hfal / hfal_blake_large.h
index e894689d399d84e444a8073648538bea1d041531..9596cdaef725666cfc18f244774f7f7afd5d3339 100644 (file)
@@ -1,7 +1,7 @@
 /* hfal_blake_large.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_large.h
- * \email    daniel.otte@rub.de
+ * \email    bg@nerilex.org
  * \author   Daniel Otte 
  * \date     2009-05-08
  * \license  GPLv3 or later
@@ -31,7 +31,7 @@
 #include <avr/pgmspace.h>
 #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_ */