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
/
sha2
/
sha2_64.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split SHA-2 into 32 and 64 bit versions; they are totally independent
lloyd
2010-09-30
1
-236
/
+0
*
Anywhere where we use MemoryRegion::begin to get access to the raw pointer
lloyd
2010-09-13
1
-1
/
+1
*
Big, invasive but mostly automated change, with a further attempt at
lloyd
2010-09-07
1
-2
/
+2
*
For the SHA-2 classes, don't use inheritence to share a handful of
lloyd
2010-06-28
1
-15
/
+35
*
Un-internal loadstor.h (and its header deps, rotate.h and
lloyd
2009-12-21
1
-2
/
+2
*
Make many more headers internal-only.
lloyd
2009-12-16
1
-2
/
+2
*
Conver the rest of the hash functions to use the array-based load instructions.
lloyd
2009-11-03
1
-3
/
+3
*
Unroll the expansion loop in both SHA-2 implementations by 8. On a Core2,
lloyd
2009-10-29
1
-3
/
+11
*
Remove all exception specifications. The way these are designed in C++ is
lloyd
2009-10-22
1
-3
/
+3
*
Many source files included bit_ops.h when what was really desired was
lloyd
2009-05-13
1
-1
/
+1
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
1
-28
/
+30
*
Do a minor optimization in some of the compression functions, loading
lloyd
2008-11-23
1
-90
/
+95
*
I had not anticipated this being really worthwhile, but it turns out
lloyd
2008-11-23
1
-96
/
+100
*
Rename SHA-{384,512} base class SHA_64_BASE to SHA_384_512_BASE. Rename SHA_2...
lloyd
2008-10-10
1
-5
/
+5
*
Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbH
lloyd
2008-10-08
1
-0
/
+197