Răsfoiți Sursa

remove footer

Steffen Jaeckel 5 ani în urmă
părinte
comite
24765c30c5
100 a modificat fișierele cu 0 adăugiri și 405 ștergeri
  1. 0 4
      demos/aesgcm.c
  2. 0 4
      demos/constants.c
  3. 0 4
      demos/gcm-file/gcm_file.c
  4. 0 4
      demos/gcm-file/gcm_filehandle.c
  5. 0 4
      demos/hashsum.c
  6. 0 4
      demos/ltcrypt.c
  7. 0 4
      demos/openssl-enc.c
  8. 0 4
      demos/sizes.c
  9. 0 4
      demos/small.c
  10. 0 4
      demos/timing.c
  11. 0 4
      demos/tv_gen.c
  12. 0 9
      helper.pl
  13. 0 4
      src/ciphers/aes/aes.c
  14. 0 4
      src/ciphers/aes/aes_tab.c
  15. 0 4
      src/ciphers/anubis.c
  16. 0 4
      src/ciphers/blowfish.c
  17. 0 4
      src/ciphers/camellia.c
  18. 0 4
      src/ciphers/cast5.c
  19. 0 4
      src/ciphers/des.c
  20. 0 4
      src/ciphers/idea.c
  21. 0 4
      src/ciphers/kasumi.c
  22. 0 4
      src/ciphers/khazad.c
  23. 0 4
      src/ciphers/kseed.c
  24. 0 4
      src/ciphers/multi2.c
  25. 0 4
      src/ciphers/noekeon.c
  26. 0 4
      src/ciphers/rc2.c
  27. 0 4
      src/ciphers/rc5.c
  28. 0 4
      src/ciphers/rc6.c
  29. 0 4
      src/ciphers/safer/safer.c
  30. 0 4
      src/ciphers/safer/safer_tab.c
  31. 0 4
      src/ciphers/safer/saferp.c
  32. 0 4
      src/ciphers/serpent.c
  33. 0 4
      src/ciphers/skipjack.c
  34. 0 4
      src/ciphers/tea.c
  35. 0 4
      src/ciphers/twofish/twofish.c
  36. 0 4
      src/ciphers/twofish/twofish_tab.c
  37. 0 4
      src/ciphers/xtea.c
  38. 0 4
      src/encauth/ccm/ccm_add_aad.c
  39. 0 4
      src/encauth/ccm/ccm_add_nonce.c
  40. 0 4
      src/encauth/ccm/ccm_done.c
  41. 0 4
      src/encauth/ccm/ccm_init.c
  42. 0 4
      src/encauth/ccm/ccm_memory.c
  43. 0 4
      src/encauth/ccm/ccm_process.c
  44. 0 4
      src/encauth/ccm/ccm_reset.c
  45. 0 4
      src/encauth/ccm/ccm_test.c
  46. 0 4
      src/encauth/chachapoly/chacha20poly1305_add_aad.c
  47. 0 4
      src/encauth/chachapoly/chacha20poly1305_decrypt.c
  48. 0 4
      src/encauth/chachapoly/chacha20poly1305_done.c
  49. 0 4
      src/encauth/chachapoly/chacha20poly1305_encrypt.c
  50. 0 4
      src/encauth/chachapoly/chacha20poly1305_init.c
  51. 0 4
      src/encauth/chachapoly/chacha20poly1305_memory.c
  52. 0 4
      src/encauth/chachapoly/chacha20poly1305_setiv.c
  53. 0 4
      src/encauth/chachapoly/chacha20poly1305_setiv_rfc7905.c
  54. 0 4
      src/encauth/chachapoly/chacha20poly1305_test.c
  55. 0 4
      src/encauth/eax/eax_addheader.c
  56. 0 4
      src/encauth/eax/eax_decrypt.c
  57. 0 4
      src/encauth/eax/eax_decrypt_verify_memory.c
  58. 0 4
      src/encauth/eax/eax_done.c
  59. 0 4
      src/encauth/eax/eax_encrypt.c
  60. 0 4
      src/encauth/eax/eax_encrypt_authenticate_memory.c
  61. 0 4
      src/encauth/eax/eax_init.c
  62. 0 4
      src/encauth/eax/eax_test.c
  63. 0 4
      src/encauth/gcm/gcm_add_aad.c
  64. 0 4
      src/encauth/gcm/gcm_add_iv.c
  65. 0 4
      src/encauth/gcm/gcm_done.c
  66. 0 4
      src/encauth/gcm/gcm_gf_mult.c
  67. 0 4
      src/encauth/gcm/gcm_init.c
  68. 0 4
      src/encauth/gcm/gcm_memory.c
  69. 0 4
      src/encauth/gcm/gcm_mult_h.c
  70. 0 4
      src/encauth/gcm/gcm_process.c
  71. 0 4
      src/encauth/gcm/gcm_reset.c
  72. 0 4
      src/encauth/gcm/gcm_test.c
  73. 0 4
      src/encauth/ocb/ocb_decrypt.c
  74. 0 4
      src/encauth/ocb/ocb_decrypt_verify_memory.c
  75. 0 4
      src/encauth/ocb/ocb_done_decrypt.c
  76. 0 4
      src/encauth/ocb/ocb_done_encrypt.c
  77. 0 4
      src/encauth/ocb/ocb_encrypt.c
  78. 0 4
      src/encauth/ocb/ocb_encrypt_authenticate_memory.c
  79. 0 4
      src/encauth/ocb/ocb_init.c
  80. 0 4
      src/encauth/ocb/ocb_ntz.c
  81. 0 4
      src/encauth/ocb/ocb_shift_xor.c
  82. 0 4
      src/encauth/ocb/ocb_test.c
  83. 0 4
      src/encauth/ocb/s_ocb_done.c
  84. 0 4
      src/encauth/ocb3/ocb3_add_aad.c
  85. 0 4
      src/encauth/ocb3/ocb3_decrypt.c
  86. 0 4
      src/encauth/ocb3/ocb3_decrypt_last.c
  87. 0 4
      src/encauth/ocb3/ocb3_decrypt_verify_memory.c
  88. 0 4
      src/encauth/ocb3/ocb3_done.c
  89. 0 4
      src/encauth/ocb3/ocb3_encrypt.c
  90. 0 4
      src/encauth/ocb3/ocb3_encrypt_authenticate_memory.c
  91. 0 4
      src/encauth/ocb3/ocb3_encrypt_last.c
  92. 0 4
      src/encauth/ocb3/ocb3_init.c
  93. 0 4
      src/encauth/ocb3/ocb3_int_ntz.c
  94. 0 4
      src/encauth/ocb3/ocb3_int_xor_blocks.c
  95. 0 4
      src/encauth/ocb3/ocb3_test.c
  96. 0 4
      src/hashes/blake2b.c
  97. 0 4
      src/hashes/blake2s.c
  98. 0 4
      src/hashes/chc/chc.c
  99. 0 4
      src/hashes/helper/hash_file.c
  100. 0 4
      src/hashes/helper/hash_filehandle.c

+ 0 - 4
demos/aesgcm.c

@@ -152,7 +152,3 @@ cleanup:
 
    return ret;
 }
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
demos/constants.c

@@ -81,7 +81,3 @@ int main(int argc, char **argv)
    return 0;
 }
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
demos/gcm-file/gcm_file.c

@@ -88,7 +88,3 @@ LBL_ERR:
 #endif
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
demos/gcm-file/gcm_filehandle.c

@@ -196,7 +196,3 @@ LBL_ERR:
 #endif
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
demos/hashsum.c

@@ -294,7 +294,3 @@ int main(int argc, char **argv)
    }
    return EXIT_SUCCESS;
 }
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
demos/ltcrypt.c

@@ -199,7 +199,3 @@ int main(int argc, char *argv[])
    }
    return 0;
 }
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
demos/openssl-enc.c

@@ -362,7 +362,3 @@ int main(int argc, char *argv[]) {
    fclose(infd); fclose(outfd);
    return 0;
 }
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
demos/sizes.c

@@ -75,7 +75,3 @@ int main(int argc, char **argv)
    }
    return 0;
 }
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
demos/small.c

@@ -16,7 +16,3 @@ int main(void)
    register_hash(&sha256_desc);
    return 0;
 }
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
demos/timing.c

@@ -1396,7 +1396,3 @@ for (i = 0; i < sizeof(test_functions)/sizeof(test_functions[0]); ++i) {
 return EXIT_SUCCESS;
 
 }
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
demos/tv_gen.c

@@ -822,7 +822,3 @@ int main(void)
 #endif
    return 0;
 }
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 9
helper.pl

@@ -142,11 +142,6 @@ sub check_comments {
  * The library is free for all purposes without any express
  * guarantee it works.
  */
-MARKER
-  my $last_comment = <<'MARKER';
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */
 MARKER
   my @all_files;
   find({ wanted=> sub { push @all_files, $_ if $_ =~ /\.(c|h)$/ }, no_chdir=>1 }, 'demos', 'src', 'tests');
@@ -156,10 +151,6 @@ MARKER
       warn "[first_comment] $f\n";
       $fails++;
     }
-    if ($txt !~ /\Q$last_comment\E\s*$/s) {
-      warn "[last_comment] $f\n";
-      $fails++;
-    }
   }
   warn( $fails > 0 ? "check-comments:  FAIL $fails\n" : "check-comments:  PASS\n" );
   return $fails;

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

@@ -748,7 +748,3 @@ int ECB_KS(int *keysize)
 
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -1026,7 +1026,3 @@ static const ulong32 rcon[] = {
 #endif
 
 #endif /* __LTC_AES_TAB_C__ */
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/anubis.c

@@ -1554,7 +1554,3 @@ int anubis_keysize(int *keysize)
 
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/blowfish.c

@@ -662,7 +662,3 @@ int blowfish_keysize(int *keysize)
 
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/camellia.c

@@ -720,7 +720,3 @@ int camellia_keysize(int *keysize)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/cast5.c

@@ -715,7 +715,3 @@ int cast5_keysize(int *keysize)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/des.c

@@ -2097,7 +2097,3 @@ int des3_keysize(int *keysize)
 
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/idea.c

@@ -254,7 +254,3 @@ int idea_test(void)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/kasumi.c

@@ -311,7 +311,3 @@ int kasumi_test(void)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/khazad.c

@@ -844,7 +844,3 @@ int khazad_keysize(int *keysize)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/kseed.c

@@ -370,7 +370,3 @@ int kseed_keysize(int *keysize)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/multi2.c

@@ -313,7 +313,3 @@ int multi2_keysize(int *keysize)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/noekeon.c

@@ -321,7 +321,3 @@ int noekeon_keysize(int *keysize)
 
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/rc2.c

@@ -412,7 +412,3 @@ int rc2_keysize(int *keysize)
 
 
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/rc5.c

@@ -327,7 +327,3 @@ int rc5_keysize(int *keysize)
 
 
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/rc6.c

@@ -328,7 +328,3 @@ int rc6_keysize(int *keysize)
 #endif /*LTC_RC6*/
 
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -488,7 +488,3 @@ int safer_sk128_test(void)
 
 
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -58,7 +58,3 @@ static const unsigned char safer_lbox[256] = {
 #endif /* __LTC_SAFER_TAB_C__ */
 
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -571,7 +571,3 @@ int saferp_keysize(int *keysize)
 #endif
 
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/serpent.c

@@ -721,7 +721,3 @@ int serpent_test(void)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/skipjack.c

@@ -338,7 +338,3 @@ int skipjack_keysize(int *keysize)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/tea.c

@@ -213,7 +213,3 @@ int tea_keysize(int *keysize)
 
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -710,7 +710,3 @@ int twofish_keysize(int *keysize)
 
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -490,7 +490,3 @@ static const ulong32 rs_tab7[256] = {
 
 #endif /* __LTC_TWOFISH_TAB_C__ */
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/ciphers/xtea.c

@@ -255,7 +255,3 @@ int xtea_keysize(int *keysize)
 
 
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -57,7 +57,3 @@ int ccm_add_aad(ccm_state *ccm,
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -107,7 +107,3 @@ int ccm_add_nonce(ccm_state *ccm,
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -59,7 +59,3 @@ int ccm_done(ccm_state *ccm,
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -68,7 +68,3 @@ int ccm_init(ccm_state *ccm, int cipher,
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -373,7 +373,3 @@ error:
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -82,7 +82,3 @@ int ccm_process(ccm_state *ccm,
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -29,7 +29,3 @@ int ccm_reset(ccm_state *ccm)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -278,7 +278,3 @@ int ccm_test(void)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/encauth/chachapoly/chacha20poly1305_add_aad.c

@@ -32,7 +32,3 @@ int chacha20poly1305_add_aad(chacha20poly1305_state *st, const unsigned char *in
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/encauth/chachapoly/chacha20poly1305_decrypt.c

@@ -42,7 +42,3 @@ int chacha20poly1305_decrypt(chacha20poly1305_state *st, const unsigned char *in
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/encauth/chachapoly/chacha20poly1305_done.c

@@ -40,7 +40,3 @@ int chacha20poly1305_done(chacha20poly1305_state *st, unsigned char *tag, unsign
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/encauth/chachapoly/chacha20poly1305_encrypt.c

@@ -41,7 +41,3 @@ int chacha20poly1305_encrypt(chacha20poly1305_state *st, const unsigned char *in
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/encauth/chachapoly/chacha20poly1305_init.c

@@ -24,7 +24,3 @@ int chacha20poly1305_init(chacha20poly1305_state *st, const unsigned char *key,
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/encauth/chachapoly/chacha20poly1305_memory.c

@@ -76,7 +76,3 @@ LBL_ERR:
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/encauth/chachapoly/chacha20poly1305_setiv.c

@@ -62,7 +62,3 @@ int chacha20poly1305_setiv(chacha20poly1305_state *st, const unsigned char *iv,
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/encauth/chachapoly/chacha20poly1305_setiv_rfc7905.c

@@ -34,7 +34,3 @@ int chacha20poly1305_setiv_rfc7905(chacha20poly1305_state *st, const unsigned ch
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/encauth/chachapoly/chacha20poly1305_test.c

@@ -163,7 +163,3 @@ int chacha20poly1305_test(void)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -30,7 +30,3 @@ int eax_addheader(eax_state *eax, const unsigned char *header,
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -42,7 +42,3 @@ int eax_decrypt(eax_state *eax, const unsigned char *ct, unsigned char *pt,
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -103,7 +103,3 @@ LBL_ERR:
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -86,7 +86,3 @@ LBL_ERR:
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -43,7 +43,3 @@ int eax_encrypt(eax_state *eax, const unsigned char *pt, unsigned char *ct,
 
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -74,7 +74,3 @@ LBL_ERR:
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -136,7 +136,3 @@ LBL_ERR:
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -253,7 +253,3 @@ int eax_test(void)
 }
 
 #endif /* LTC_EAX_MODE */
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -118,7 +118,3 @@ int gcm_add_aad(gcm_state *gcm,
 }
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -86,7 +86,3 @@ int gcm_add_iv(gcm_state *gcm,
 
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -84,7 +84,3 @@ int gcm_done(gcm_state *gcm,
 
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -213,7 +213,3 @@ void gcm_gf_mult(const unsigned char *a, const unsigned char *b, unsigned char *
 
 #endif
 
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */
-

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

@@ -99,7 +99,3 @@ int gcm_init(gcm_state *gcm, int cipher,
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -117,7 +117,3 @@ LTC_ERR:
 }
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -51,7 +51,3 @@ void gcm_mult_h(const gcm_state *gcm, unsigned char *I)
    XMEMCPY(I, T, 16);
 }
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -154,7 +154,3 @@ int gcm_process(gcm_state *gcm,
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -36,7 +36,3 @@ int gcm_reset(gcm_state *gcm)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -411,7 +411,3 @@ int gcm_test(void)
 
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -71,7 +71,3 @@ int ocb_decrypt(ocb_state *ocb, const unsigned char *ct, unsigned char *pt)
 
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -78,7 +78,3 @@ LBL_ERR:
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -72,7 +72,3 @@ LBL_ERR:
 
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -38,7 +38,3 @@ int ocb_done_encrypt(ocb_state *ocb, const unsigned char *pt, unsigned long ptle
 
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -64,7 +64,3 @@ int ocb_encrypt(ocb_state *ocb, const unsigned char *pt, unsigned char *ct)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -76,7 +76,3 @@ LBL_ERR:
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -133,7 +133,3 @@ int ocb_init(ocb_state *ocb, int cipher,
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -34,7 +34,3 @@ int ocb_ntz(unsigned long x)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -31,7 +31,3 @@ void ocb_shift_xor(ocb_state *ocb, unsigned char *Z)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -209,7 +209,3 @@ int ocb_test(void)
    -- hard to stream [you can't emit ciphertext until full block]
    -- The setup is somewhat complicated...
 */
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -140,7 +140,3 @@ error:
 
 #endif
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/encauth/ocb3/ocb3_add_aad.c

@@ -100,7 +100,3 @@ int ocb3_add_aad(ocb3_state *ocb, const unsigned char *aad, unsigned long aadlen
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -80,7 +80,3 @@ LBL_ERR:
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/encauth/ocb3/ocb3_decrypt_last.c

@@ -105,7 +105,3 @@ LBL_ERR:
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -104,7 +104,3 @@ LBL_ERR:
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -86,7 +86,3 @@ LBL_ERR:
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -80,7 +80,3 @@ LBL_ERR:
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -76,7 +76,3 @@ LBL_ERR:
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/encauth/ocb3/ocb3_encrypt_last.c

@@ -106,7 +106,3 @@ LBL_ERR:
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -190,7 +190,3 @@ int ocb3_init(ocb3_state *ocb, int cipher,
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -33,7 +33,3 @@ int ocb3_int_ntz(unsigned long x)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/encauth/ocb3/ocb3_int_xor_blocks.c

@@ -34,7 +34,3 @@ void ocb3_int_xor_blocks(unsigned char *out, const unsigned char *block_a, const
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -303,7 +303,3 @@ int ocb3_test(void)
 }
 
 #endif /* LTC_OCB3_MODE */
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/hashes/blake2b.c

@@ -632,7 +632,3 @@ int blake2b_160_test(void)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

+ 0 - 4
src/hashes/blake2s.c

@@ -607,7 +607,3 @@ int blake2s_128_test(void)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -306,7 +306,3 @@ int chc_test(void)
 }
 
 #endif
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -47,7 +47,3 @@ int hash_file(int hash, const char *fname, unsigned char *out, unsigned long *ou
 }
 #endif /* #ifndef LTC_NO_FILE */
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

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

@@ -68,7 +68,3 @@ LBL_ERR:
 }
 #endif /* #ifndef LTC_NO_FILE */
 
-
-/* ref:         $Format:%D$ */
-/* git commit:  $Format:%H$ */
-/* commit time: $Format:%ai$ */

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff