X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=hfal%2Fhfal_blake_small.h;h=5caad2a2ec9ff033debc2d3cb295ba4d919c9671;hb=61b5214b9a948a74fe9c22586b84d19d24537fdb;hp=925d72d115e1dc2643140c695b917aae7e823251;hpb=d70d1d77bab1a5f5278227d674bc59da0378fe15;p=arm-crypto-lib.git diff --git a/hfal/hfal_blake_small.h b/hfal/hfal_blake_small.h index 925d72d..5caad2a 100644 --- a/hfal/hfal_blake_small.h +++ b/hfal/hfal_blake_small.h @@ -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_ */