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
/
gost_3411
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid more VC warnings
lloyd
2010-12-13
1
-1
/
+1
*
Remove BufferedComputation::OUTPUT_LENGTH
lloyd
2010-10-29
2
-3
/
+3
*
Remove HashFunction::HASH_BLOCK_SIZE entirely
lloyd
2010-10-13
2
-1
/
+3
*
Remove most uses of HASH_BLOCK_SIZE
lloyd
2010-10-13
1
-6
/
+6
*
More size_t
lloyd
2010-10-13
1
-1
/
+1
*
Use size_t for BufferedComputation::add_data
lloyd
2010-10-12
2
-9
/
+9
*
Implicit conversions
lloyd
2010-09-14
1
-7
/
+7
*
Completely remove the second parameter to SecureVector which specifies
lloyd
2010-09-14
2
-6
/
+7
*
Anywhere where we use MemoryRegion::begin to get access to the raw pointer
lloyd
2010-09-13
1
-3
/
+3
*
Big, invasive but mostly automated change, with a further attempt at
lloyd
2010-09-07
1
-2
/
+2
*
More Doxygen updates/fixes
lloyd
2010-06-15
1
-1
/
+1
*
Use "/*" instead of "/**" in starting comments at the begining of a file.
lloyd
2010-06-07
1
-1
/
+1
*
Remove SecureBuffer, which is the fixed-size variant of SecureVector.
lloyd
2010-03-23
2
-5
/
+5
*
Line wrap
lloyd
2010-03-02
1
-6
/
+12
*
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
-3
/
+3
*
Conver the rest of the hash functions to use the array-based load instructions.
lloyd
2009-11-03
1
-6
/
+2
*
Remove the 'realname' attribute on all modules and cc/cpu/os info files.
lloyd
2009-10-29
1
-2
/
+0
*
Remove all exception specifications. The way these are designed in C++ is
lloyd
2009-10-22
2
-2
/
+2
*
Add 'Distributed under...' text to files missing it. Some format cleanups
lloyd
2009-10-07
2
-0
/
+4
*
Remove add blocks from hash function info.txt files
lloyd
2009-09-29
1
-7
/
+0
*
Add a script that analyzes the source and prints module dependencies.
lloyd
2009-07-15
1
-0
/
+4
*
Many source files included bit_ops.h when what was really desired was
lloyd
2009-05-13
1
-1
/
+1
*
Use S2 instead of x,y vars as temps for single iteration of psi
lloyd
2009-04-10
1
-4
/
+4
*
Fully expand the linear recurence phi - about twice as fast on my Core2
lloyd
2009-04-08
1
-77
/
+80
*
Expand the first 12 iterations of phi, though more simplification is needed.
lloyd
2009-04-07
1
-2
/
+58
*
Add the GOST 34.11 hash function. Pretty slow, but functional.
lloyd
2009-04-07
3
-0
/
+228