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
/
mdx_hash
/
mdx_hash.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove BufferedComputation::OUTPUT_LENGTH
lloyd
2010-10-29
1
-5
/
+3
*
Use buffer.size() directly to avoid lots of virtual calls in core loop
lloyd
2010-10-13
1
-9
/
+9
*
Remove HashFunction::HASH_BLOCK_SIZE entirely
lloyd
2010-10-13
1
-4
/
+9
*
Remove most uses of HASH_BLOCK_SIZE
lloyd
2010-10-13
1
-10
/
+10
*
Use output_length() instead of OUTPUT_LENGTH pseudo-property
lloyd
2010-10-13
1
-1
/
+1
*
Use size_t for BufferedComputation::add_data
lloyd
2010-10-12
1
-7
/
+7
*
Remove more uses of vector to pointer implicit conversions
lloyd
2010-09-13
1
-3
/
+3
*
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
*
Yet more Doxygen comments
lloyd
2010-06-16
1
-5
/
+5
*
Use "/*" instead of "/**" in starting comments at the begining of a file.
lloyd
2010-06-07
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
*
Remove all exception specifications. The way these are designed in C++ is
lloyd
2009-10-22
1
-1
/
+1
*
Avoid calling compress_n in MDx_HashFunction unless at least one block is
lloyd
2009-04-07
1
-1
/
+2
*
Remove some commented out code in MDx_HashFunction which was used during
lloyd
2009-04-07
1
-23
/
+0
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
1
-0
/
+2
*
I had not anticipated this being really worthwhile, but it turns out
lloyd
2008-11-23
1
-30
/
+52
*
Move BufferedComputation to new buf_comp.{h,cpp}
lloyd
2008-11-08
1
-0
/
+1
*
Make mdx_hash also a module, which most of the hash functions depend on.
lloyd
2008-09-28
1
-0
/
+102