Browse Source

clean-up headers

Steffen Jaeckel 8 years ago
parent
commit
4dc211e19d
100 changed files with 0 additions and 200 deletions
  1. 0 2
      src/ciphers/aes/aes.c
  2. 0 2
      src/ciphers/aes/aes_tab.c
  3. 0 2
      src/ciphers/anubis.c
  4. 0 2
      src/ciphers/blowfish.c
  5. 0 2
      src/ciphers/camellia.c
  6. 0 2
      src/ciphers/cast5.c
  7. 0 2
      src/ciphers/des.c
  8. 0 2
      src/ciphers/kasumi.c
  9. 0 2
      src/ciphers/khazad.c
  10. 0 2
      src/ciphers/kseed.c
  11. 0 2
      src/ciphers/multi2.c
  12. 0 2
      src/ciphers/noekeon.c
  13. 0 2
      src/ciphers/rc2.c
  14. 0 2
      src/ciphers/rc5.c
  15. 0 2
      src/ciphers/rc6.c
  16. 0 2
      src/ciphers/safer/safer.c
  17. 0 2
      src/ciphers/safer/safer_tab.c
  18. 0 2
      src/ciphers/safer/saferp.c
  19. 0 2
      src/ciphers/skipjack.c
  20. 0 2
      src/ciphers/twofish/twofish.c
  21. 0 2
      src/ciphers/twofish/twofish_tab.c
  22. 0 2
      src/ciphers/xtea.c
  23. 0 2
      src/encauth/ccm/ccm_add_aad.c
  24. 0 2
      src/encauth/ccm/ccm_add_nonce.c
  25. 0 2
      src/encauth/ccm/ccm_done.c
  26. 0 2
      src/encauth/ccm/ccm_init.c
  27. 0 2
      src/encauth/ccm/ccm_memory.c
  28. 0 2
      src/encauth/ccm/ccm_process.c
  29. 0 2
      src/encauth/ccm/ccm_reset.c
  30. 0 2
      src/encauth/ccm/ccm_test.c
  31. 0 2
      src/encauth/eax/eax_addheader.c
  32. 0 2
      src/encauth/eax/eax_decrypt.c
  33. 0 2
      src/encauth/eax/eax_decrypt_verify_memory.c
  34. 0 2
      src/encauth/eax/eax_done.c
  35. 0 2
      src/encauth/eax/eax_encrypt.c
  36. 0 2
      src/encauth/eax/eax_encrypt_authenticate_memory.c
  37. 0 2
      src/encauth/eax/eax_init.c
  38. 0 2
      src/encauth/eax/eax_test.c
  39. 0 2
      src/encauth/gcm/gcm_add_aad.c
  40. 0 2
      src/encauth/gcm/gcm_add_iv.c
  41. 0 2
      src/encauth/gcm/gcm_done.c
  42. 0 2
      src/encauth/gcm/gcm_gf_mult.c
  43. 0 2
      src/encauth/gcm/gcm_init.c
  44. 0 2
      src/encauth/gcm/gcm_memory.c
  45. 0 2
      src/encauth/gcm/gcm_mult_h.c
  46. 0 2
      src/encauth/gcm/gcm_process.c
  47. 0 2
      src/encauth/gcm/gcm_reset.c
  48. 0 2
      src/encauth/gcm/gcm_test.c
  49. 0 2
      src/encauth/ocb/ocb_decrypt.c
  50. 0 2
      src/encauth/ocb/ocb_decrypt_verify_memory.c
  51. 0 2
      src/encauth/ocb/ocb_done_decrypt.c
  52. 0 2
      src/encauth/ocb/ocb_done_encrypt.c
  53. 0 2
      src/encauth/ocb/ocb_encrypt.c
  54. 0 2
      src/encauth/ocb/ocb_encrypt_authenticate_memory.c
  55. 0 2
      src/encauth/ocb/ocb_init.c
  56. 0 2
      src/encauth/ocb/ocb_ntz.c
  57. 0 2
      src/encauth/ocb/ocb_shift_xor.c
  58. 0 2
      src/encauth/ocb/ocb_test.c
  59. 0 2
      src/encauth/ocb/s_ocb_done.c
  60. 0 2
      src/encauth/ocb3/ocb3_decrypt.c
  61. 0 2
      src/encauth/ocb3/ocb3_decrypt_verify_memory.c
  62. 0 2
      src/encauth/ocb3/ocb3_done.c
  63. 0 2
      src/encauth/ocb3/ocb3_encrypt.c
  64. 0 2
      src/encauth/ocb3/ocb3_encrypt_authenticate_memory.c
  65. 0 2
      src/encauth/ocb3/ocb3_init.c
  66. 0 2
      src/encauth/ocb3/ocb3_int_ntz.c
  67. 0 2
      src/encauth/ocb3/ocb3_test.c
  68. 0 2
      src/hashes/chc/chc.c
  69. 0 2
      src/hashes/helper/hash_file.c
  70. 0 2
      src/hashes/helper/hash_filehandle.c
  71. 0 2
      src/hashes/helper/hash_memory.c
  72. 0 2
      src/hashes/helper/hash_memory_multi.c
  73. 0 2
      src/hashes/md2.c
  74. 0 2
      src/hashes/md4.c
  75. 0 2
      src/hashes/md5.c
  76. 0 2
      src/hashes/rmd128.c
  77. 0 2
      src/hashes/rmd160.c
  78. 0 2
      src/hashes/rmd256.c
  79. 0 2
      src/hashes/rmd320.c
  80. 0 2
      src/hashes/sha1.c
  81. 0 2
      src/hashes/sha2/sha224.c
  82. 0 2
      src/hashes/sha2/sha256.c
  83. 0 2
      src/hashes/sha2/sha384.c
  84. 0 2
      src/hashes/sha2/sha512.c
  85. 0 2
      src/hashes/sha2/sha512_224.c
  86. 0 2
      src/hashes/sha2/sha512_256.c
  87. 0 2
      src/hashes/tiger.c
  88. 0 2
      src/hashes/whirl/whirl.c
  89. 0 2
      src/mac/f9/f9_done.c
  90. 0 2
      src/mac/f9/f9_file.c
  91. 0 2
      src/mac/f9/f9_init.c
  92. 0 2
      src/mac/f9/f9_memory.c
  93. 0 2
      src/mac/f9/f9_memory_multi.c
  94. 0 2
      src/mac/f9/f9_process.c
  95. 0 2
      src/mac/f9/f9_test.c
  96. 0 2
      src/mac/hmac/hmac_done.c
  97. 0 2
      src/mac/hmac/hmac_file.c
  98. 0 2
      src/mac/hmac/hmac_init.c
  99. 0 2
      src/mac/hmac/hmac_memory.c
  100. 0 2
      src/mac/hmac/hmac_memory_multi.c

+ 0 - 2
src/ciphers/aes/aes.c

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

+ 0 - 2
src/ciphers/aes/aes_tab.c

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

+ 0 - 2
src/ciphers/anubis.c

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

+ 0 - 2
src/ciphers/blowfish.c

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

+ 0 - 2
src/ciphers/camellia.c

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

+ 0 - 2
src/ciphers/cast5.c

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

+ 0 - 2
src/ciphers/des.c

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

+ 0 - 2
src/ciphers/kasumi.c

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

+ 0 - 2
src/ciphers/khazad.c

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

+ 0 - 2
src/ciphers/kseed.c

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

+ 0 - 2
src/ciphers/multi2.c

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

+ 0 - 2
src/ciphers/noekeon.c

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

+ 0 - 2
src/ciphers/rc2.c

@@ -5,8 +5,6 @@
  *
  *
  * The library is free for all purposes without any express
  * The library is free for all purposes without any express
  * guarantee it works.
  * guarantee it works.
- *
- * Tom St Denis, [email protected], http://libtom.org
  */
  */
 /**********************************************************************\
 /**********************************************************************\
 * To commemorate the 1996 RSA Data Security Conference, the following  *
 * To commemorate the 1996 RSA Data Security Conference, the following  *

+ 0 - 2
src/ciphers/rc5.c

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

+ 0 - 2
src/ciphers/rc6.c

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

+ 0 - 2
src/ciphers/safer/safer.c

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

+ 0 - 2
src/ciphers/safer/safer_tab.c

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

+ 0 - 2
src/ciphers/safer/saferp.c

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

+ 0 - 2
src/ciphers/skipjack.c

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

+ 0 - 2
src/ciphers/twofish/twofish.c

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

+ 0 - 2
src/ciphers/twofish/twofish_tab.c

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

+ 0 - 2
src/ciphers/xtea.c

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

+ 0 - 2
src/encauth/ccm/ccm_add_aad.c

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

+ 0 - 2
src/encauth/ccm/ccm_add_nonce.c

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

+ 0 - 2
src/encauth/ccm/ccm_done.c

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

+ 0 - 2
src/encauth/ccm/ccm_init.c

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

+ 0 - 2
src/encauth/ccm/ccm_memory.c

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

+ 0 - 2
src/encauth/ccm/ccm_process.c

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

+ 0 - 2
src/encauth/ccm/ccm_reset.c

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

+ 0 - 2
src/encauth/ccm/ccm_test.c

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

+ 0 - 2
src/encauth/eax/eax_addheader.c

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

+ 0 - 2
src/encauth/eax/eax_decrypt.c

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

+ 0 - 2
src/encauth/eax/eax_decrypt_verify_memory.c

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

+ 0 - 2
src/encauth/eax/eax_done.c

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

+ 0 - 2
src/encauth/eax/eax_encrypt.c

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

+ 0 - 2
src/encauth/eax/eax_encrypt_authenticate_memory.c

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

+ 0 - 2
src/encauth/eax/eax_init.c

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

+ 0 - 2
src/encauth/eax/eax_test.c

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

+ 0 - 2
src/encauth/gcm/gcm_add_aad.c

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

+ 0 - 2
src/encauth/gcm/gcm_add_iv.c

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

+ 0 - 2
src/encauth/gcm/gcm_done.c

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

+ 0 - 2
src/encauth/gcm/gcm_gf_mult.c

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

+ 0 - 2
src/encauth/gcm/gcm_init.c

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

+ 0 - 2
src/encauth/gcm/gcm_memory.c

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

+ 0 - 2
src/encauth/gcm/gcm_mult_h.c

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

+ 0 - 2
src/encauth/gcm/gcm_process.c

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

+ 0 - 2
src/encauth/gcm/gcm_reset.c

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

+ 0 - 2
src/encauth/gcm/gcm_test.c

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

+ 0 - 2
src/encauth/ocb/ocb_decrypt.c

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

+ 0 - 2
src/encauth/ocb/ocb_decrypt_verify_memory.c

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

+ 0 - 2
src/encauth/ocb/ocb_done_decrypt.c

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

+ 0 - 2
src/encauth/ocb/ocb_done_encrypt.c

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

+ 0 - 2
src/encauth/ocb/ocb_encrypt.c

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

+ 0 - 2
src/encauth/ocb/ocb_encrypt_authenticate_memory.c

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

+ 0 - 2
src/encauth/ocb/ocb_init.c

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

+ 0 - 2
src/encauth/ocb/ocb_ntz.c

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

+ 0 - 2
src/encauth/ocb/ocb_shift_xor.c

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

+ 0 - 2
src/encauth/ocb/ocb_test.c

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

+ 0 - 2
src/encauth/ocb/s_ocb_done.c

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

+ 0 - 2
src/encauth/ocb3/ocb3_decrypt.c

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

+ 0 - 2
src/encauth/ocb3/ocb3_decrypt_verify_memory.c

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

+ 0 - 2
src/encauth/ocb3/ocb3_done.c

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

+ 0 - 2
src/encauth/ocb3/ocb3_encrypt.c

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

+ 0 - 2
src/encauth/ocb3/ocb3_encrypt_authenticate_memory.c

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

+ 0 - 2
src/encauth/ocb3/ocb3_init.c

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

+ 0 - 2
src/encauth/ocb3/ocb3_int_ntz.c

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

+ 0 - 2
src/encauth/ocb3/ocb3_test.c

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

+ 0 - 2
src/hashes/chc/chc.c

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

+ 0 - 2
src/hashes/helper/hash_file.c

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

+ 0 - 2
src/hashes/helper/hash_filehandle.c

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

+ 0 - 2
src/hashes/helper/hash_memory.c

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

+ 0 - 2
src/hashes/helper/hash_memory_multi.c

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

+ 0 - 2
src/hashes/md2.c

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

+ 0 - 2
src/hashes/md4.c

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

+ 0 - 2
src/hashes/md5.c

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

+ 0 - 2
src/hashes/rmd128.c

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

+ 0 - 2
src/hashes/rmd160.c

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

+ 0 - 2
src/hashes/rmd256.c

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

+ 0 - 2
src/hashes/rmd320.c

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

+ 0 - 2
src/hashes/sha1.c

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

+ 0 - 2
src/hashes/sha2/sha224.c

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

+ 0 - 2
src/hashes/sha2/sha256.c

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

+ 0 - 2
src/hashes/sha2/sha384.c

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

+ 0 - 2
src/hashes/sha2/sha512.c

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

+ 0 - 2
src/hashes/sha2/sha512_224.c

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

+ 0 - 2
src/hashes/sha2/sha512_256.c

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

+ 0 - 2
src/hashes/tiger.c

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

+ 0 - 2
src/hashes/whirl/whirl.c

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

+ 0 - 2
src/mac/f9/f9_done.c

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

+ 0 - 2
src/mac/f9/f9_file.c

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

+ 0 - 2
src/mac/f9/f9_init.c

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

+ 0 - 2
src/mac/f9/f9_memory.c

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

+ 0 - 2
src/mac/f9/f9_memory_multi.c

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

+ 0 - 2
src/mac/f9/f9_process.c

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

+ 0 - 2
src/mac/f9/f9_test.c

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

+ 0 - 2
src/mac/hmac/hmac_done.c

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

+ 0 - 2
src/mac/hmac/hmac_file.c

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

+ 0 - 2
src/mac/hmac/hmac_init.c

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

+ 0 - 2
src/mac/hmac/hmac_memory.c

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

+ 0 - 2
src/mac/hmac/hmac_memory_multi.c

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

Some files were not shown because too many files changed in this diff