Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cr-marcstevens/sha1collisiondetection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-10Merge remote-tracking branch 'origin/master' into feature/performanceDan Shumow
2017-03-09Remove perf program after moving it to tools repo.Dan Shumow
2017-03-09Adds a few optimizations that give a 3% perf improvement.Dan Shumow
2017-03-08performance improvements by interleaving load, expansion and round functions.Dan Shumow
2017-03-05Update README.mdstable-v1.0.2Marc Stevens
2017-03-05Merge pull request #19 from cr-marcstevens/simplified_c90Marc Stevens
2017-03-05Merge branch 'master' into simplified_c90Marc Stevens
2017-03-05Updated Makefile and traviscicr-marcstevens
2017-03-05Updated Makefilecr-marcstevens
2017-03-04Updated Makefiledevelopment-v1.0.1cr-marcstevens
2017-03-04Add macros and make new full round interleaved functions.Dan Shumow
2017-03-04Clean up boost include libraries for performance program.Dan Shumow
2017-03-04Move endianness logic to compile time.Dan Shumow
2017-03-04Fixed sha1dc_partialcoll targetcr-marcstevens
2017-03-03fixed Makefile install targetcr-marcstevens
2017-03-03Updated .travis.ymlcr-marcstevens
2017-03-03Updated .travis.ymlcr-marcstevens
2017-03-03changed unsigned to size_tcr-marcstevens
2017-03-03Updated Makefile for libtool-less systemscr-marcstevens
2017-03-03removed ubc_check_verify.ccr-marcstevens
2017-03-03Perf testing program for baseline analysis.Dan Shumow
2017-03-02- removed SIMD code and Makefile parts (weren't actually used so far, remains...cr-marcstevens
2017-03-01Merge pull request #13 from muellermartin/tool-symlinkMarc Stevens
2017-03-01Update .travis.ymlMarc Stevens
2017-03-01Update sha1.cMarc Stevens
2017-02-28fixed Makefile to exclude unnecessary simd C filescr-marcstevens
2017-02-28added final newlines for clang compatibilitycr-marcstevens
2017-02-28Merge pull request #14 from muellermartin/fix-make-cleanMarc Stevens
2017-02-28Merge pull request #15 from muellermartin/add-installMarc Stevens
2017-02-28Update .travis.ymlMarc Stevens
2017-02-28Allow overriding of PREFIX in MakefileMartin Müller
2017-02-28Update .travis.ymlMarc Stevens
2017-02-28Update .travis.ymlMarc Stevens
2017-02-28Add install and uninstall targetsMartin Müller
2017-02-28Create .travis.ymlMarc Stevens
2017-02-28Fix/improve creation and removing of bin folderMartin Müller
2017-02-28Use symlink instead of copy to save disk spaceMartin Müller
2017-02-28Merge pull request #12 from muellermartin/improve-whitespaceMarc Stevens
2017-02-28Remove trailing whitespace and mixed indentationMartin Müller
2017-02-28Merge pull request #9 from jwilk/phonyMarc Stevens
2017-02-27Fix .PHONY declarationJakub Wilk
2017-02-26Merge pull request #8 from jsha/patch-1Marc Stevens
2017-02-26Merge pull request #2 from jwilk/spellingMarc Stevens
2017-02-26Merge pull request #5 from muellermartin/fix-program-nameMarc Stevens
2017-02-25Document existing SHA-1 collision attackJacob Hoffman-Andrews
2017-02-24Added actual SHA-1 colliding files from https://shattered.ioMarc Stevens
2017-02-24Let the program get its name from its argumentsMartin Müller
2017-02-23Fix typoJakub Wilk
2017-02-21Merged branch master into masterMarc Stevens
2017-02-21CR fixMarc Stevens