X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=bcal%2Fbcal_khazad.h;fp=bcal%2Fbcal_khazad.h;h=74e3a4aa7a4e38235c5b221a97a1e847e908f099;hp=0000000000000000000000000000000000000000;hb=61b5214b9a948a74fe9c22586b84d19d24537fdb;hpb=6131049b56c13e49ea9546f18febf31c572917f4 diff --git a/bcal/bcal_khazad.h b/bcal/bcal_khazad.h new file mode 100644 index 0000000..74e3a4a --- /dev/null +++ b/bcal/bcal_khazad.h @@ -0,0 +1,32 @@ +/* bcal_khazad.h */ +/* + This file is part of the AVR-Crypto-Lib. + Copyright (C) 2008 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 bcal_khazad.h + * \email daniel.otte@rub.de + * \author Daniel Otte + * \date 2011-01-02 + * \license GPLv3 or later + * + */ + +#include "blockcipher_descriptor.h" +#include "khazad.h" +#include "keysize_descriptor.h" + +extern const bcdesc_t khazad_desc;