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
path: root/lib
AgeCommit message (Expand)Author
2020-12-06docs: fix simple typo, embeded -> embeddedTim Gates
2019-05-09Detect endianess on HP-UXMichael Osipov
2019-03-12Shorter version of force aligned access.cr-marcstevens
2019-03-12Add compiler option to force aligned access even for Intel CPUs.cr-marcstevens
2018-08-01Big Endian Detection: Add a whitelist of always BE OSsÆvar Arnfjörð Bjarmason
2018-02-16sha1c: fix a trivial spelling errorÆvar Arnfjörð Bjarmason
2017-07-01include <sys/types.h> explicitly if __unix__, to make sure macros visibleSODA Noriyuki
2017-07-01Big Endian Detection: fix breakage on *BSD & newlibSODA Noriyuki
2017-07-01use #elif to make the nesting level of #if-#endif shallowerSODA Noriyuki
2017-06-27Big Endian detection: stop special-casing SolarisÆvar Arnfjörð Bjarmason
2017-06-27Rewrite Big Endian detection (again)Ævar Arnfjörð Bjarmason
2017-06-26Correctly detect Big Endian on SolarisÆvar Arnfjörð Bjarmason
2017-05-31Fix for operation on sparc processorsKurt Lidl
2017-05-29rewrote Endianness selectioncr-marcstevens
2017-05-20Skip temporary variable for SHA1DC_ALLOW_UNALIGNED_ACCESSÆvar Arnfjörð Bjarmason
2017-05-20Fix misformatted code added in db45d67Ævar Arnfjörð Bjarmason
2017-05-20Allow for defining SHA1DC_FORCE_UNALIGNED_ACCESS externallyÆvar Arnfjörð Bjarmason
2017-05-20Remove trailing spaces in codeÆvar Arnfjörð Bjarmason
2017-05-18Amend the lib/ code for easier inclusion in other programsÆvar Arnfjörð Bjarmason
2017-05-18Fix performance regression on processors that allow unaligned memory access. ...Dan Shumow
2017-05-15Fix issues with a big endian platformcr-marcstevens
2017-03-31Turns up warning levels for visual studio build.Dan Shumow
2017-03-27* Protect against outside definitions of SHA1DC_BIGENDIAN, one can force endi...cr-marcstevens
2017-03-16Fixed bigendian compile bugcr-marcstevens
2017-03-16sha1.c: fix line endings, made sha1_process staticcr-marcstevens
2017-03-16Replaces commented out code with conditionally compiled code,Dan Shumow
2017-03-13Small bug fix for new code when UBC is disabledcr-marcstevens
2017-03-13* Increase lib patch versioncr-marcstevens
2017-03-10Add BIGENDIAN detection logic.Dan Shumow
2017-03-10Merge remote-tracking branch 'origin/master' into feature/performanceDan 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-04Add macros and make new full round interleaved functions.Dan Shumow
2017-03-04Move endianness logic to compile time.Dan Shumow
2017-03-04Fixed sha1dc_partialcoll targetcr-marcstevens
2017-03-03changed unsigned to size_tcr-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-01Update sha1.cMarc Stevens
2017-02-28added final newlines for clang compatibilitycr-marcstevens
2017-02-28Remove trailing whitespace and mixed indentationMartin Müller
2017-02-21CR fixMarc Stevens
2017-01-18Added MIT license notice in files.Marc Stevens
2017-01-17Initial commit of source filesMarc Stevens