index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hash
/
sha1_sse2
/
sha1_sse2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-335
/
+0
*
Fix building with --via-amalgamation; it wouldn't generate the
lloyd
2011-06-03
1
-1
/
+10
*
Remove most uses of HASH_BLOCK_SIZE
lloyd
2010-10-13
1
-1
/
+1
*
Use size_t for BufferedComputation::add_data
lloyd
2010-10-12
1
-2
/
+2
*
Do the prep/unroll phase 4 rounds before it is needed instead of 3;
lloyd
2010-09-21
1
-97
/
+92
*
Clean up, hide union accesses with a macro to make it easier to test
lloyd
2010-09-21
1
-40
/
+92
*
Remove some C-style casts
lloyd
2010-04-23
1
-1
/
+1
*
Un-internal loadstor.h (and its header deps, rotate.h and
lloyd
2009-12-21
1
-1
/
+1
*
Make many more headers internal-only.
lloyd
2009-12-16
1
-1
/
+1
*
Cleanups - remove emails from source files, they should only live in
lloyd
2009-11-10
1
-2
/
+2
*
Clean up prep00_15 - same speed on Core2
lloyd
2009-10-29
1
-16
/
+10
*
Clean up the SSE2 SHA-1 code quite a bit, make better use of C++ features
lloyd
2009-10-29
1
-6
/
+267
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
1
-7
/
+9
*
Revert change that added multiblock support to SSE2 SHA-1. Was causing
lloyd
2008-11-23
1
-1
/
+5
*
Dean Gaudet's original version of the SHA-1 SSE2 code supported multiple
lloyd
2008-11-23
1
-5
/
+1
*
I had not anticipated this being really worthwhile, but it turns out
lloyd
2008-11-23
1
-2
/
+6
*
Fix prototype confusion (harmless but incorrect)
lloyd
2008-09-30
1
-3
/
+1
*
Derive x86, x86-64, and SSE2 implementations of SHA-1 directly from SHA_160
lloyd
2008-09-29
1
-24
/
+0
*
Make asm implementations distinctly named objects, for instance MD5_IA32,
lloyd
2008-09-29
1
-0
/
+44