X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=hfal%2Fhfal_whirlpool_0.h;fp=hfal%2Fhfal_whirlpool_0.h;h=96cf6c5517d17d9c7305617fdeb2a90b48338ba4;hp=0000000000000000000000000000000000000000;hb=3f759a542ce8ba4ffbeb6d336a3557a8abbd3ad4;hpb=1de7784dc5fe0e2ebac23c0ee883a38f65a96b62 diff --git a/hfal/hfal_whirlpool_0.h b/hfal/hfal_whirlpool_0.h new file mode 100644 index 0000000..96cf6c5 --- /dev/null +++ b/hfal/hfal_whirlpool_0.h @@ -0,0 +1,36 @@ +/* hfal_whirlpool_0.h */ +/* + This file is part of the AVR-Crypto-Lib. + Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ +/** + * \file hfal_whirlpool_0.h + * \email daniel.otte@rub.de + * \author Daniel Otte + * \date 2011-02-04 + * \license GPLv3 or later + * + */ + +#ifndef HFAL_WHIRLPOOL_0_H_ +#define HFAL_WHIRLPOOL_0_H_ + +#include +#include "hashfunction_descriptor.h" + +extern const hfdesc_t whirlpool_0_desc; + +#endif /* HFAL_WHIRLPOOL_0_H_ */