summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/salsa20/salsa20.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/cipher/salsa20/salsa20.c')
-rw-r--r--src/crypto/cipher/salsa20/salsa20.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/crypto/cipher/salsa20/salsa20.c b/src/crypto/cipher/salsa20/salsa20.c
index f4f713f..dad6a6c 100644
--- a/src/crypto/cipher/salsa20/salsa20.c
+++ b/src/crypto/cipher/salsa20/salsa20.c
@@ -23,10 +23,17 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/**
+ \file
+
+ The Salsa20 stream cipher
+*/
+
#include "../../../crypto.h"
+/** Cipher info about Salsa20 */
const fastd_cipher_info_t fastd_cipher_info_salsa20 = {
.key_length = 32,
.iv_length = 8,