X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=hfal%2Fhfal_blake_large.h;h=9596cdaef725666cfc18f244774f7f7afd5d3339;hp=e894689d399d84e444a8073648538bea1d041531;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=924aa320bef6f192feecdb67d209c790bd49ea49 diff --git a/hfal/hfal_blake_large.h b/hfal/hfal_blake_large.h index e894689..9596cda 100644 --- a/hfal/hfal_blake_large.h +++ b/hfal/hfal_blake_large.h @@ -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 #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_ */