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-12-07Update README.mdsimdMarc Stevens
2017-11-15Fixed minor issues in old build system.cr-marcstevens
2017-11-14Reenabled make check in TravisCIcr-marcstevens
2017-11-14Added tests to autotools build setup.cr-marcstevens
2017-11-14Added missing ending newline to lib/config.hcr-marcstevens
2017-11-14Added lib/config.h, a wrapper around lib/.config.h with header guards.cr-marcstevens
2017-11-14Trying to fix things on TravisCI and in Makefile.old.cr-marcstevens
2017-11-14Fixed header include path.cr-marcstevens
2017-11-14Build system fixes.cr-marcstevens
2017-11-14Forgot to do autoreconf --install in TravisCI script.cr-marcstevens
2017-11-14Updated travisCI script for autotools.cr-marcstevens
2017-11-14Moved to autotools configuration for ENDIANNESS, UNALIGNED_ACCESS and SIMD su...cr-marcstevens
2017-05-25Adds explicit alignment to dvs struct in generated header.Dan Shumow
2017-05-25Remove macro that is causing Mac OS X builds to fail.Dan Shumow
2017-05-25Add SIMD testing to Makefile.Dan Shumow
2017-05-24Fixes bugs with SIMD implementation, now runs correctly under VS.Dan Shumow
2017-05-10Fixes and setting up debugging for SIMDcr-marcstevens
2017-05-10Fix bug with simd test.Dan Shumow
2017-05-10Make test code for SIMD code.Dan Shumow
2017-05-10Check if SIMD_*_OFFSET58 are defined before usecr-marcstevens
2017-05-10Fix typocr-marcstevens
2017-05-10Added SIMD runtime detection logiccr-marcstevens
2017-05-10Updates .gitignore to include log files.Dan Shumow
2017-05-10Finish first implementation of SIMD processing code.Dan Shumow
2017-05-10Changed header for AVX512, fix AVX512 support for Mac?cr-marcstevens
2017-05-10Cleanup simd_test.lo immediately after compilecr-marcstevens
2017-05-10Make SIMD configuration debuggablecr-marcstevens
2017-05-10Small fixescr-marcstevens
2017-05-10Added code to call sha1process_simd from sha1processcr-marcstevens
2017-05-10Modify apply message difference function to iterate through DV table.Dan Shumow
2017-05-10Incorporates new simd DV table offeset.Dan Shumow
2017-05-10src/simd_table_gen.c: write MACROS for END58 and END65cr-marcstevens
2017-05-10Makefile fixcr-marcstevens
2017-05-10Makefile fixescr-marcstevens
2017-05-10Merge branch 'simd' of https://github.com/cr-marcstevens/sha1collisiondetecti...Dan Shumow
2017-05-10Merge remote-tracking branch 'origin/master' into simdDan Shumow
2017-05-10Makefile fixescr-marcstevens
2017-05-10Improved messaging in Makefile and src/simd_table_gen.c for 'make config'cr-marcstevens
2017-05-10Fixed Makefile: early create of lib/simd/dvs_simd.hcr-marcstevens
2017-05-10lib/simd/sha1_simd.c: Replace temporary tables with '#include "dvs_simd.h"'cr-marcstevens
2017-05-10src/simd_table_gen.c: Completed generation of tablescr-marcstevens
2017-05-09Merge branch 'simd' of https://github.com/cr-marcstevens/sha1collisiondetecti...Dan Shumow
2017-05-09Introduces function pointer table and wrappers.Dan Shumow
2017-05-09Makefile fixcr-marcstevens
2017-05-09Changes helper program to generate tables for SIMD recompressions:cr-marcstevens
2017-05-09Establishes mechanisms for selecting SIMD implementations.Dan Shumow
2017-05-09Updates .gitignore with config files and build directory.Dan Shumow
2017-05-09Fixes bug in Makefile where object library directory was not created properly.Dan Shumow
2017-05-09Establishes data structure prototypes for SIMD aligned data.Dan Shumow
2017-05-09* avoided name clash for sha1_dvs table in lib/simd/sha1_simd.ccr-marcstevens