more clean-up of headers

This commit is contained in:
Steffen Jaeckel 2017-06-17 13:18:47 +02:00
parent 4dc211e19d
commit fb35d5be54
12 changed files with 29 additions and 14 deletions

View File

@ -1,3 +1,12 @@
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The library is free for all purposes without any express
* guarantee it works.
*/
/**
@file whirltab.c
LTC_WHIRLPOOL tables, Tom St Denis

View File

@ -5,7 +5,6 @@
*
* The library is free for all purposes without any express
* guarantee it works.
*
*/
#include "tomcrypt.h"

View File

@ -5,7 +5,6 @@
*
* The library is free for all purposes without any express
* guarantee it works.
*
*/
#include "tomcrypt.h"

View File

@ -1,3 +1,12 @@
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The library is free for all purposes without any express
* guarantee it works.
*/
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -1,11 +1,10 @@
/* LibTomCrypt, modular cryptographic library
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The library is free for all purposes without any express
* guarantee it works.
*
*/
#include "tomcrypt.h"

View File

@ -5,7 +5,6 @@
*
* The library is free for all purposes without any express
* guarantee it works.
*
*/
#include "tomcrypt.h"
/**

View File

@ -5,7 +5,6 @@
*
* The library is free for all purposes without any express
* guarantee it works.
*
*/
#include "tomcrypt.h"

View File

@ -5,8 +5,6 @@
*
* The library is free for all purposes without any express
* guarantee it works.
*
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
*/
#include "tomcrypt.h"

View File

@ -5,14 +5,13 @@
*
* The library is free for all purposes without any express
* guarantee it works.
*
* Added RSA blinding --nmav
*/
#include "tomcrypt.h"
/**
@file rsa_exptmod.c
RSA PKCS exptmod, Tom St Denis
Added RSA blinding --nmav
*/
#ifdef LTC_MRSA

View File

@ -5,8 +5,6 @@
*
* The library is free for all purposes without any express
* guarantee it works.
*
* http://libtom.org
*/
#include "tomcrypt.h"

View File

@ -5,8 +5,6 @@
*
* The library is free for all purposes without any express
* guarantee it works.
*
* http://libtom.org
*/
#include "tomcrypt.h"

View File

@ -1,3 +1,12 @@
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The library is free for all purposes without any express
* guarantee it works.
*/
/**
@file sober128tab.c
SOBER-128 Tables