X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hfal%2Fhfal_blake_large.h;h=466ec3346c4d9e00a84313af1ba0b1cea7f4825f;hb=3a80fbe29e33b818ccebbaba7f8bbe48c5ccd173;hp=a6740b5ddb3369fd2b202f0c9bb81f2f790198d6;hpb=d70d1d77bab1a5f5278227d674bc59da0378fe15;p=arm-crypto-lib.git diff --git a/hfal/hfal_blake_large.h b/hfal/hfal_blake_large.h index a6740b5..466ec33 100644 --- a/hfal/hfal_blake_large.h +++ b/hfal/hfal_blake_large.h @@ -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_ */