1. cc46554 Skip temporary variable for SHA1DC_ALLOW_UNALIGNED_ACCESS by Ævar Arnfjörð Bjarmason · 7 years ago master
  2. 56e9ea3 Fix misformatted code added in db45d67 by Ævar Arnfjörð Bjarmason · 7 years ago
  3. b0d20a0 README: Document the macros you can set to override CPU detection by Ævar Arnfjörð Bjarmason · 7 years ago
  4. ca94024 Allow for defining SHA1DC_FORCE_UNALIGNED_ACCESS externally by Ævar Arnfjörð Bjarmason · 7 years ago
  5. 394e2f0 Remove trailing spaces in code by Ævar Arnfjörð Bjarmason · 7 years ago
  6. e8397b2 .gitignore: ignore lib/.depend/ and other .depend/ directories by Ævar Arnfjörð Bjarmason · 7 years ago
  7. 030f0e6 .gitignore: add directories that are generated by the Makefile by Ævar Arnfjörð Bjarmason · 7 years ago
  8. b45fcef Amend the lib/ code for easier inclusion in other programs by Ævar Arnfjörð Bjarmason · 7 years ago
  9. db45d67 Fix performance regression on processors that allow unaligned memory access. (#30) by Dan Shumow · 7 years ago
  10. 33a694a Fix issues with a big endian platform by cr-marcstevens · 7 years ago
  11. 5ee29e5 Merge pull request #28 from andreasstieger/errors_stdin by Marc Stevens · 7 years ago
  12. 8ea89fd support reading from stdin by Andreas Stieger · 7 years ago
  13. a53ad6f print usage to stderr by Andreas Stieger · 7 years ago
  14. b1a1c67 Print file IO error texts by Andreas Stieger · 7 years ago
  15. 0572d8a Merge pull request #24 from cr-marcstevens/build/vs by Marc Stevens · 7 years ago
  16. 40642d2 Turns up warning levels for visual studio build. by Dan Shumow · 7 years ago
  17. 2ca5907 Add visual studio 2015 solution/project files. by Dan Shumow · 7 years ago
  18. 38096fc Merge pull request #23 from cr-marcstevens/bigendian by Marc Stevens · 7 years ago
  19. 15c90b2 * Protect against outside definitions of SHA1DC_BIGENDIAN, one can force endianness with either SHA1DC_FORCE_BIGENDIAN or SHA1DC_FORCE_LITTLEENDIAN. by cr-marcstevens · 7 years ago
  20. 007905a Merge pull request #20 from cr-marcstevens/feature/performance by Marc Stevens · 7 years ago
  21. 5c9843c Makefile: bumped library current version due to changed definition of SHA1_CTX by cr-marcstevens · 7 years ago
  22. eb1bece Makefile: rewritten endian correctness test by cr-marcstevens · 7 years ago
  23. 190251b Fixed bigendian compile bug by cr-marcstevens · 7 years ago
  24. 0344d09 Makefile: check target will throw error when output is incorrect by cr-marcstevens · 7 years ago
  25. cc452f5 sha1.c: fix line endings, made sha1_process static by cr-marcstevens · 7 years ago
  26. dbde15a Replaces commented out code with conditionally compiled code, by Dan Shumow · 7 years ago
  27. 657d7e9 Fixed Makefile to correctly rebuild when a header file is modified by cr-marcstevens · 7 years ago
  28. 6e60421 Small bug fix for new code when UBC is disabled by cr-marcstevens · 7 years ago
  29. b177285 * Increase lib patch version * Re-add lost code from merge by cr-marcstevens · 7 years ago
  30. e792e8c Add BIGENDIAN detection logic. by Dan Shumow · 7 years ago
  31. 55d1db0 Merge remote-tracking branch 'origin/master' into feature/performance by Dan Shumow · 7 years ago
  32. ad744c8 Remove perf program after moving it to tools repo. by Dan Shumow · 7 years ago
  33. 95b2f9f Adds a few optimizations that give a 3% perf improvement. by Dan Shumow · 7 years ago
  34. d80d84b performance improvements by interleaving load, expansion and round functions. by Dan Shumow · 7 years ago
  35. 9c8e73c Update README.md by Marc Stevens · 7 years ago
  36. 5f63fc9 Merge pull request #19 from cr-marcstevens/simplified_c90 by Marc Stevens · 7 years ago
  37. d5feb80 Merge branch 'master' into simplified_c90 by Marc Stevens · 7 years ago
  38. 93c9333 Updated Makefile and travisci by cr-marcstevens · 7 years ago
  39. c1c7426 Updated Makefile by cr-marcstevens · 7 years ago
  40. 34f85dd Updated Makefile by cr-marcstevens · 7 years ago
  41. 493d508 Add macros and make new full round interleaved functions. by Dan Shumow · 7 years ago
  42. 24b4b0f Clean up boost include libraries for performance program. by Dan Shumow · 7 years ago
  43. d597672 Move endianness logic to compile time. by Dan Shumow · 7 years ago
  44. 58cac94 Fixed sha1dc_partialcoll target by cr-marcstevens · 7 years ago
  45. a8bac04 fixed Makefile install target by cr-marcstevens · 7 years ago
  46. c7fd242 Updated .travis.yml by cr-marcstevens · 7 years ago
  47. a7a3337 Updated .travis.yml by cr-marcstevens · 7 years ago
  48. 42ae4fb changed unsigned to size_t by cr-marcstevens · 7 years ago
  49. 82456cb Updated Makefile for libtool-less systems by cr-marcstevens · 7 years ago
  50. bad28a7 removed ubc_check_verify.c by cr-marcstevens · 7 years ago
  51. 7f0ab44 Perf testing program for baseline analysis. by Dan Shumow · 7 years ago
  52. c8dc9e7 - removed SIMD code and Makefile parts (weren't actually used so far, remains WIP in branch simd) by cr-marcstevens · 7 years ago
  53. 6b1c12f Merge pull request #13 from muellermartin/tool-symlink by Marc Stevens · 7 years ago
  54. 2f56113 Update .travis.yml by Marc Stevens · 7 years ago
  55. 44c017d Update sha1.c by Marc Stevens · 7 years ago
  56. ec0ddf3 fixed Makefile to exclude unnecessary simd C files by cr-marcstevens · 7 years ago
  57. 9327ac1 added final newlines for clang compatibility by cr-marcstevens · 7 years ago
  58. 2ce7a93 Merge pull request #14 from muellermartin/fix-make-clean by Marc Stevens · 7 years ago
  59. 247413a Merge pull request #15 from muellermartin/add-install by Marc Stevens · 7 years ago
  60. dea263f Update .travis.yml by Marc Stevens · 7 years ago
  61. 868182d Allow overriding of PREFIX in Makefile by Martin Müller · 7 years ago
  62. 554c9bf Update .travis.yml by Marc Stevens · 7 years ago
  63. b707158 Update .travis.yml by Marc Stevens · 7 years ago
  64. a3f70dd Add install and uninstall targets by Martin Müller · 7 years ago
  65. 9412ea3 Create .travis.yml by Marc Stevens · 7 years ago
  66. d36711c Fix/improve creation and removing of bin folder by Martin Müller · 7 years ago
  67. 29cf3e4 Use symlink instead of copy to save disk space by Martin Müller · 7 years ago
  68. 1dd0db1 Merge pull request #12 from muellermartin/improve-whitespace by Marc Stevens · 7 years ago
  69. 0d80aa0 Remove trailing whitespace and mixed indentation by Martin Müller · 7 years ago
  70. cb10f50 Merge pull request #9 from jwilk/phony by Marc Stevens · 7 years ago
  71. 521bb22 Fix .PHONY declaration by Jakub Wilk · 7 years ago
  72. 7bf3414 Merge pull request #8 from jsha/patch-1 by Marc Stevens · 7 years ago
  73. 6ccce4c Merge pull request #2 from jwilk/spelling by Marc Stevens · 7 years ago
  74. 604d7aa Merge pull request #5 from muellermartin/fix-program-name by Marc Stevens · 7 years ago
  75. ac9e63a Document existing SHA-1 collision attack by Jacob Hoffman-Andrews · 7 years ago
  76. 680dfcb Added actual SHA-1 colliding files from https://shattered.io by Marc Stevens · 7 years ago
  77. 1939ea8 Let the program get its name from its arguments by Martin Müller · 7 years ago
  78. 7b4c912 Fix typo by Jakub Wilk · 7 years ago
  79. 40ccf5e Merged branch master into master by Marc Stevens · 7 years ago
  80. 7f8db79 CR fix by Marc Stevens · 7 years ago
  81. 8f32670 Update README.md by Marc Stevens · 8 years ago
  82. 6b5baad Added MIT license notice in files. by Marc Stevens · 8 years ago
  83. e41cd85 Added test by Marc Stevens · 8 years ago
  84. bdbaa94 Initial commit of source files by Marc Stevens · 8 years ago
  85. 0b32ff1 Initial commit by Marc Stevens · 8 years ago