Browse Source

more clean-up of headers

Steffen Jaeckel 8 years ago
parent
commit
fb35d5be54

+ 9 - 0
src/hashes/whirl/whirltab.c

@@ -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

+ 0 - 1
src/math/rand_bn.c

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

+ 0 - 1
src/misc/compare_testvector.c

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

+ 9 - 0
src/misc/hkdf/hkdf.c

@@ -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>

+ 1 - 2
src/misc/pk_get_oid.c

@@ -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"
 

+ 0 - 1
src/pk/asn1/der/sequence/der_decode_subject_public_key_info.c

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

+ 0 - 1
src/pk/asn1/der/sequence/der_encode_subject_public_key_info.c

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

+ 0 - 2
src/pk/asn1/der/set/der_encode_set.c

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

+ 1 - 2
src/pk/rsa/rsa_exptmod.c

@@ -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

+ 0 - 2
src/pk/rsa/rsa_get_size.c

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

+ 0 - 2
src/pk/rsa/rsa_sign_saltlen_get.c

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

+ 9 - 0
src/stream/sober128/sober128tab.c

@@ -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