Steffen Jaeckel 8 лет назад
Родитель
Сommit
fe19dad623
100 измененных файлов с 300 добавлено и 300 удалено
  1. 3 3
      build.sh
  2. 3 3
      check_source.sh
  3. 3 3
      coverage.sh
  4. 3 3
      coverage_more.sh
  5. 3 3
      demos/constants.c
  6. 3 3
      demos/hashsum.c
  7. 3 3
      demos/ltcrypt.c
  8. 3 3
      demos/small.c
  9. 3 3
      demos/timing.c
  10. 3 3
      demos/tv_gen.c
  11. 3 3
      doc/crypt.tex
  12. 3 3
      doc/footer.html
  13. 3 3
      doc/header.html
  14. 3 3
      makefile.shared
  15. 3 3
      notes/etc/saferp_optimizer.c
  16. 3 3
      notes/etc/whirlgen.c
  17. 3 3
      notes/etc/whirltest.c
  18. 3 3
      run.sh
  19. 3 3
      src/ciphers/aes/aes.c
  20. 3 3
      src/ciphers/aes/aes_tab.c
  21. 3 3
      src/ciphers/anubis.c
  22. 3 3
      src/ciphers/blowfish.c
  23. 3 3
      src/ciphers/camellia.c
  24. 3 3
      src/ciphers/cast5.c
  25. 3 3
      src/ciphers/des.c
  26. 3 3
      src/ciphers/kasumi.c
  27. 3 3
      src/ciphers/khazad.c
  28. 3 3
      src/ciphers/kseed.c
  29. 3 3
      src/ciphers/multi2.c
  30. 3 3
      src/ciphers/noekeon.c
  31. 3 3
      src/ciphers/rc2.c
  32. 3 3
      src/ciphers/rc5.c
  33. 3 3
      src/ciphers/rc6.c
  34. 3 3
      src/ciphers/safer/safer.c
  35. 3 3
      src/ciphers/safer/safer_tab.c
  36. 3 3
      src/ciphers/safer/saferp.c
  37. 3 3
      src/ciphers/skipjack.c
  38. 3 3
      src/ciphers/twofish/twofish.c
  39. 3 3
      src/ciphers/twofish/twofish_tab.c
  40. 3 3
      src/ciphers/xtea.c
  41. 3 3
      src/encauth/ccm/ccm_memory.c
  42. 3 3
      src/encauth/ccm/ccm_test.c
  43. 3 3
      src/encauth/eax/eax_addheader.c
  44. 3 3
      src/encauth/eax/eax_decrypt.c
  45. 3 3
      src/encauth/eax/eax_decrypt_verify_memory.c
  46. 3 3
      src/encauth/eax/eax_done.c
  47. 3 3
      src/encauth/eax/eax_encrypt.c
  48. 3 3
      src/encauth/eax/eax_encrypt_authenticate_memory.c
  49. 3 3
      src/encauth/eax/eax_init.c
  50. 3 3
      src/encauth/eax/eax_test.c
  51. 3 3
      src/encauth/gcm/gcm_add_aad.c
  52. 3 3
      src/encauth/gcm/gcm_add_iv.c
  53. 3 3
      src/encauth/gcm/gcm_done.c
  54. 3 3
      src/encauth/gcm/gcm_gf_mult.c
  55. 3 3
      src/encauth/gcm/gcm_init.c
  56. 3 3
      src/encauth/gcm/gcm_memory.c
  57. 3 3
      src/encauth/gcm/gcm_mult_h.c
  58. 3 3
      src/encauth/gcm/gcm_process.c
  59. 3 3
      src/encauth/gcm/gcm_reset.c
  60. 3 3
      src/encauth/gcm/gcm_test.c
  61. 3 3
      src/encauth/ocb/ocb_decrypt.c
  62. 3 3
      src/encauth/ocb/ocb_decrypt_verify_memory.c
  63. 3 3
      src/encauth/ocb/ocb_done_decrypt.c
  64. 3 3
      src/encauth/ocb/ocb_done_encrypt.c
  65. 3 3
      src/encauth/ocb/ocb_encrypt.c
  66. 3 3
      src/encauth/ocb/ocb_encrypt_authenticate_memory.c
  67. 3 3
      src/encauth/ocb/ocb_init.c
  68. 3 3
      src/encauth/ocb/ocb_ntz.c
  69. 3 3
      src/encauth/ocb/ocb_shift_xor.c
  70. 3 3
      src/encauth/ocb/ocb_test.c
  71. 3 3
      src/encauth/ocb/s_ocb_done.c
  72. 3 3
      src/encauth/ocb3/ocb3_add_aad.c
  73. 3 3
      src/encauth/ocb3/ocb3_decrypt.c
  74. 3 3
      src/encauth/ocb3/ocb3_decrypt_last.c
  75. 3 3
      src/encauth/ocb3/ocb3_decrypt_verify_memory.c
  76. 3 3
      src/encauth/ocb3/ocb3_done.c
  77. 3 3
      src/encauth/ocb3/ocb3_encrypt.c
  78. 3 3
      src/encauth/ocb3/ocb3_encrypt_authenticate_memory.c
  79. 3 3
      src/encauth/ocb3/ocb3_encrypt_last.c
  80. 3 3
      src/encauth/ocb3/ocb3_init.c
  81. 3 3
      src/encauth/ocb3/ocb3_int_aad_add_block.c
  82. 3 3
      src/encauth/ocb3/ocb3_int_calc_offset_zero.c
  83. 3 3
      src/encauth/ocb3/ocb3_int_ntz.c
  84. 3 3
      src/encauth/ocb3/ocb3_int_xor_blocks.c
  85. 3 3
      src/encauth/ocb3/ocb3_test.c
  86. 3 3
      src/hashes/chc/chc.c
  87. 3 3
      src/hashes/helper/hash_file.c
  88. 3 3
      src/hashes/helper/hash_filehandle.c
  89. 3 3
      src/hashes/helper/hash_memory.c
  90. 3 3
      src/hashes/helper/hash_memory_multi.c
  91. 3 3
      src/hashes/md2.c
  92. 3 3
      src/hashes/md4.c
  93. 3 3
      src/hashes/md5.c
  94. 3 3
      src/hashes/rmd128.c
  95. 3 3
      src/hashes/rmd160.c
  96. 3 3
      src/hashes/sha1.c
  97. 3 3
      src/hashes/sha2/sha224.c
  98. 3 3
      src/hashes/sha2/sha256.c
  99. 3 3
      src/hashes/sha2/sha384.c
  100. 3 3
      src/hashes/sha2/sha512.c

+ 3 - 3
build.sh

@@ -54,6 +54,6 @@ if [ -a testok.txt ] && [ -f testok.txt ]; then
 fi
 exit 1
 
-# $Source$
-# $Revision$
-# $Date$
+# ref:         $Format:%D$
+# git commit:  $Format:%H$
+# commit time: $Format:%ai$

+ 3 - 3
check_source.sh

@@ -10,6 +10,6 @@ echo "checking..."
 
 exit 0
 
-# $Source$
-# $Revision$
-# $Date$
+# ref:         $Format:%D$
+# git commit:  $Format:%H$
+# commit time: $Format:%ai$

+ 3 - 3
coverage.sh

@@ -46,6 +46,6 @@ fi
 
 exit 0
 
-# $Source$
-# $Revision$
-# $Date$
+# ref:         $Format:%D$
+# git commit:  $Format:%H$
+# commit time: $Format:%ai$

+ 3 - 3
coverage_more.sh

@@ -19,6 +19,6 @@ fi
 
 exit 0
 
-# $Source$
-# $Revision$
-# $Date$
+# ref:         $Format:%D$
+# git commit:  $Format:%H$
+# commit time: $Format:%ai$

+ 3 - 3
demos/constants.c

@@ -49,6 +49,6 @@ int main(void) {
 }
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
demos/hashsum.c

@@ -260,6 +260,6 @@ int main(int argc, char **argv)
    return EXIT_SUCCESS;
 }
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
demos/ltcrypt.c

@@ -190,6 +190,6 @@ int main(int argc, char *argv[])
    return 0;
 }
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
demos/small.c

@@ -9,6 +9,6 @@ int main(void)
    return 0;
 }
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
demos/timing.c

@@ -1454,6 +1454,6 @@ return EXIT_SUCCESS;
 
 }
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
demos/tv_gen.c

@@ -784,6 +784,6 @@ int main(void)
    return 0;
 }
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
doc/crypt.tex

@@ -7312,6 +7312,6 @@ Since the function is given the entire RSA key (for private keys only) CRT is po
 
 \end{document}
 
-% $Source$
-% $Revision$
-% $Date$
+% ref:         $Format:%D$
+% git commit:  $Format:%H$
+% commit time: $Format:%ai$

+ 3 - 3
doc/footer.html

@@ -4,7 +4,7 @@ Docs using <img src="doxygen.png" alt="doxygen" align="middle" border=0>
 <a href="http://jlcooke.ca/tom/hidden_image.png">
 
 <!--
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */
 -->

+ 3 - 3
doc/header.html

@@ -6,7 +6,7 @@
 <!-- Generated by Doxygen 1.3.8 -->
 
 <!--
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */
 -->

+ 3 - 3
makefile.shared

@@ -69,6 +69,6 @@ endef
 
 $(foreach demo, $(strip $(DEMOS)), $(eval $(call DEMO_template,$(demo))))
 
-# $Source$
-# $Revision$
-# $Date$
+# ref:         $Format:%D$
+# git commit:  $Format:%H$
+# commit time: $Format:%ai$

+ 3 - 3
notes/etc/saferp_optimizer.c

@@ -172,6 +172,6 @@ printf("   }\n}\n\n");
 }
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
notes/etc/whirlgen.c

@@ -90,6 +90,6 @@ int main(void)
 
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
notes/etc/whirltest.c

@@ -14,6 +14,6 @@ int main(void)
 }
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
run.sh

@@ -44,6 +44,6 @@ fi
 
 exit 0
 
-# $Source$
-# $Revision$
-# $Date$
+# ref:         $Format:%D$
+# git commit:  $Format:%H$
+# commit time: $Format:%ai$

+ 3 - 3
src/ciphers/aes/aes.c

@@ -753,6 +753,6 @@ int ECB_KS(int *keysize)
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/aes/aes_tab.c

@@ -1025,6 +1025,6 @@ static const ulong32 rcon[] = {
 
 #endif /* __LTC_AES_TAB_C__ */
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/anubis.c

@@ -1552,6 +1552,6 @@ int anubis_keysize(int *keysize)
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/blowfish.c

@@ -588,6 +588,6 @@ int blowfish_keysize(int *keysize)
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/camellia.c

@@ -735,6 +735,6 @@ int camellia_keysize(int *keysize)
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/cast5.c

@@ -714,6 +714,6 @@ int cast5_keysize(int *keysize)
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/des.c

@@ -2078,6 +2078,6 @@ int des3_keysize(int *keysize)
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/kasumi.c

@@ -312,6 +312,6 @@ int kasumi_test(void)
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/khazad.c

@@ -849,6 +849,6 @@ int khazad_keysize(int *keysize)
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/kseed.c

@@ -385,6 +385,6 @@ int kseed_keysize(int *keysize)
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/multi2.c

@@ -314,6 +314,6 @@ int multi2_keysize(int *keysize)
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/noekeon.c

@@ -338,6 +338,6 @@ int noekeon_keysize(int *keysize)
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/rc2.c

@@ -412,6 +412,6 @@ int rc2_keysize(int *keysize)
 
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/rc5.c

@@ -316,6 +316,6 @@ int rc5_keysize(int *keysize)
 
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/rc6.c

@@ -342,6 +342,6 @@ int rc6_keysize(int *keysize)
 
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/safer/safer.c

@@ -487,6 +487,6 @@ int safer_sk128_test(void)
 
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/safer/safer_tab.c

@@ -59,6 +59,6 @@ static const unsigned char safer_lbox[256] = {
 
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/safer/saferp.c

@@ -562,6 +562,6 @@ int saferp_keysize(int *keysize)
 
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/skipjack.c

@@ -337,6 +337,6 @@ int skipjack_keysize(int *keysize)
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/twofish/twofish.c

@@ -708,6 +708,6 @@ int twofish_keysize(int *keysize)
 
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/twofish/twofish_tab.c

@@ -491,6 +491,6 @@ static const ulong32 rs_tab7[256] = {
 #endif /* __LTC_TWOFISH_TAB_C__ */
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/ciphers/xtea.c

@@ -271,6 +271,6 @@ int xtea_keysize(int *keysize)
 
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ccm/ccm_memory.c

@@ -400,6 +400,6 @@ error:
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ccm/ccm_test.c

@@ -241,6 +241,6 @@ int ccm_test(void)
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/eax/eax_addheader.c

@@ -31,6 +31,6 @@ int eax_addheader(eax_state *eax, const unsigned char *header,
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/eax/eax_decrypt.c

@@ -43,6 +43,6 @@ int eax_decrypt(eax_state *eax, const unsigned char *ct, unsigned char *pt,
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/eax/eax_decrypt_verify_memory.c

@@ -101,6 +101,6 @@ LBL_ERR:
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/eax/eax_done.c

@@ -87,6 +87,6 @@ LBL_ERR:
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/eax/eax_encrypt.c

@@ -44,6 +44,6 @@ int eax_encrypt(eax_state *eax, const unsigned char *pt, unsigned char *ct,
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/eax/eax_encrypt_authenticate_memory.c

@@ -75,6 +75,6 @@ LBL_ERR:
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/eax/eax_init.c

@@ -137,6 +137,6 @@ LBL_ERR:
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/eax/eax_test.c

@@ -275,6 +275,6 @@ int eax_test(void)
 
 #endif /* LTC_EAX_MODE */
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/gcm/gcm_add_aad.c

@@ -117,6 +117,6 @@ int gcm_add_aad(gcm_state *gcm,
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/gcm/gcm_add_iv.c

@@ -87,6 +87,6 @@ int gcm_add_iv(gcm_state *gcm,
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/gcm/gcm_done.c

@@ -76,6 +76,6 @@ int gcm_done(gcm_state *gcm,
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/gcm/gcm_gf_mult.c

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

+ 3 - 3
src/encauth/gcm/gcm_init.c

@@ -100,6 +100,6 @@ int gcm_init(gcm_state *gcm, int cipher,
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/gcm/gcm_memory.c

@@ -101,6 +101,6 @@ LTC_ERR:
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/gcm/gcm_mult_h.c

@@ -52,6 +52,6 @@ void gcm_mult_h(gcm_state *gcm, unsigned char *I)
 }
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/gcm/gcm_process.c

@@ -150,6 +150,6 @@ int gcm_process(gcm_state *gcm,
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/gcm/gcm_reset.c

@@ -37,6 +37,6 @@ int gcm_reset(gcm_state *gcm)
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/gcm/gcm_test.c

@@ -406,6 +406,6 @@ int gcm_test(void)
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb/ocb_decrypt.c

@@ -72,6 +72,6 @@ int ocb_decrypt(ocb_state *ocb, const unsigned char *ct, unsigned char *pt)
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb/ocb_decrypt_verify_memory.c

@@ -79,6 +79,6 @@ LBL_ERR:
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb/ocb_done_decrypt.c

@@ -73,6 +73,6 @@ LBL_ERR:
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb/ocb_done_encrypt.c

@@ -39,6 +39,6 @@ int ocb_done_encrypt(ocb_state *ocb, const unsigned char *pt, unsigned long ptle
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb/ocb_encrypt.c

@@ -65,6 +65,6 @@ int ocb_encrypt(ocb_state *ocb, const unsigned char *pt, unsigned char *ct)
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb/ocb_encrypt_authenticate_memory.c

@@ -77,6 +77,6 @@ LBL_ERR:
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb/ocb_init.c

@@ -134,6 +134,6 @@ int ocb_init(ocb_state *ocb, int cipher,
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb/ocb_ntz.c

@@ -35,6 +35,6 @@ int ocb_ntz(unsigned long x)
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb/ocb_shift_xor.c

@@ -32,6 +32,6 @@ void ocb_shift_xor(ocb_state *ocb, unsigned char *Z)
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb/ocb_test.c

@@ -230,6 +230,6 @@ int ocb_test(void)
    -- The setup is somewhat complicated...
 */
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb/s_ocb_done.c

@@ -141,6 +141,6 @@ error:
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb3/ocb3_add_aad.c

@@ -76,6 +76,6 @@ int ocb3_add_aad(ocb3_state *ocb, const unsigned char *aad, unsigned long aadlen
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb3/ocb3_decrypt.c

@@ -79,6 +79,6 @@ LBL_ERR:
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb3/ocb3_decrypt_last.c

@@ -100,6 +100,6 @@ LBL_ERR:
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb3/ocb3_decrypt_verify_memory.c

@@ -105,6 +105,6 @@ LBL_ERR:
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb3/ocb3_done.c

@@ -85,6 +85,6 @@ LBL_ERR:
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb3/ocb3_encrypt.c

@@ -79,6 +79,6 @@ LBL_ERR:
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb3/ocb3_encrypt_authenticate_memory.c

@@ -80,6 +80,6 @@ LBL_ERR:
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb3/ocb3_encrypt_last.c

@@ -102,6 +102,6 @@ LBL_ERR:
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb3/ocb3_init.c

@@ -127,6 +127,6 @@ int ocb3_init(ocb3_state *ocb, int cipher,
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb3/ocb3_int_aad_add_block.c

@@ -44,6 +44,6 @@ int ocb3_int_aad_add_block(ocb3_state *ocb, const unsigned char *aad_block)
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb3/ocb3_int_calc_offset_zero.c

@@ -67,6 +67,6 @@ void ocb3_int_calc_offset_zero(ocb3_state *ocb, const unsigned char *nonce, unsi
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb3/ocb3_int_ntz.c

@@ -34,6 +34,6 @@ int ocb3_int_ntz(unsigned long x)
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb3/ocb3_int_xor_blocks.c

@@ -35,6 +35,6 @@ void ocb3_int_xor_blocks(unsigned char *out, const unsigned char *block_a, const
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/encauth/ocb3/ocb3_test.c

@@ -239,6 +239,6 @@ int ocb3_test(void)
    -- The setup is somewhat complicated...
 */
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/hashes/chc/chc.c

@@ -295,6 +295,6 @@ int chc_test(void)
 
 #endif
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/hashes/helper/hash_file.c

@@ -48,6 +48,6 @@ int hash_file(int hash, const char *fname, unsigned char *out, unsigned long *ou
 #endif /* #ifndef LTC_NO_FILE */
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/hashes/helper/hash_filehandle.c

@@ -69,6 +69,6 @@ LBL_ERR:
 #endif /* #ifndef LTC_NO_FILE */
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/hashes/helper/hash_memory.c

@@ -64,6 +64,6 @@ LBL_ERR:
 }
 #endif /* #ifdef LTC_HASH_HELPERS */
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/hashes/helper/hash_memory_multi.c

@@ -83,6 +83,6 @@ LBL_ERR:
 }
 #endif /* #ifdef LTC_HASH_HELPERS */
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/hashes/md2.c

@@ -245,6 +245,6 @@ int md2_test(void)
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/hashes/md4.c

@@ -301,6 +301,6 @@ int md4_test(void)
 
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/hashes/md5.c

@@ -361,6 +361,6 @@ int  md5_test(void)
 
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/hashes/rmd128.c

@@ -401,6 +401,6 @@ int rmd128_test(void)
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/hashes/rmd160.c

@@ -460,6 +460,6 @@ int rmd160_test(void)
 #endif
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/hashes/sha1.c

@@ -281,6 +281,6 @@ int  sha1_test(void)
 
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/hashes/sha2/sha224.c

@@ -124,6 +124,6 @@ int  sha224_test(void)
 #endif /* defined(LTC_SHA224) && defined(LTC_SHA256) */
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/hashes/sha2/sha256.c

@@ -329,6 +329,6 @@ int  sha256_test(void)
 
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/hashes/sha2/sha384.c

@@ -129,6 +129,6 @@ int  sha384_test(void)
 
 #endif /* defined(LTC_SHA384) && defined(LTC_SHA512) */
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

+ 3 - 3
src/hashes/sha2/sha512.c

@@ -308,6 +308,6 @@ int  sha512_test(void)
 
 
 
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref:         $Format:%D$ */
+/* git commit:  $Format:%H$ */
+/* commit time: $Format:%ai$ */

Некоторые файлы не были показаны из-за большого количества измененных файлов