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