X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=scal%2Fscal_salsa20.h;fp=scal%2Fscal_salsa20.h;h=23c9f2bd233788844d6b0a90ce7edba2bd3abb17;hb=a012cfa921853fb9b8bd484981ab471a9ba25ec9;hp=0000000000000000000000000000000000000000;hpb=6cddae4d0fa8acf9d3bfd5e0f42c789c32f3a992;p=avr-crypto-lib.git diff --git a/scal/scal_salsa20.h b/scal/scal_salsa20.h new file mode 100644 index 0000000..23c9f2b --- /dev/null +++ b/scal/scal_salsa20.h @@ -0,0 +1,27 @@ +/* scal_salsa20.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 . +*/ + +#ifndef SCAL_SALSA20_H_ +#define SCAL_SALSA20_H_ + +#include "streamcipher_descriptor.h" + +extern const scdesc_t salsa20_desc; + +#endif /* SCAL_SALSA20_H_ */