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
/
block
/
idea_sse2
Commit message (
Expand
)
Author
Age
Files
Lines
*
The new method of doing comparisons did not work all of the time: if
lloyd
2011-05-13
1
-1
/
+3
*
Fix the problem that prevented the SSE2 IDEA implementation from
lloyd
2011-05-12
1
-5
/
+1
*
Maintainer mode warning cleanups, mostly for C style casts which I
lloyd
2011-04-18
1
-8
/
+12
*
Avoid VC cast warning
lloyd
2010-11-29
1
-1
/
+1
*
Add a new subclass for BlockCipher BlockCipher_Fixed_Block_Size, which
lloyd
2010-10-13
1
-4
/
+4
*
s/BLOCK_SIZE/block_size()/
lloyd
2010-10-13
1
-4
/
+4
*
Use size_t rather than u32bit for the blocks argument of encrypt_n
lloyd
2010-10-12
2
-5
/
+5
*
s/u32bit/size_t/ for block cipher parallelism queries
lloyd
2010-10-12
1
-1
/
+1
*
First set of changes for avoiding use implicit vector->pointer conversions
lloyd
2010-09-13
1
-2
/
+6
*
Only call the scalar versions if we actually have leftover blocks to
lloyd
2010-06-22
1
-2
/
+4
*
In IDEA, Noekeon, Serpent, XTEA, provide and use ro accessor functions
lloyd
2010-06-21
1
-2
/
+2
*
More Doxygen fixes
lloyd
2010-06-15
1
-1
/
+1
*
Change BlockCipher::parallelism() to return the native parallelism of
lloyd
2010-05-25
1
-1
/
+1
*
Set parallelism defaults.
lloyd
2010-02-25
1
-0
/
+2
*
Kill unneeded include
lloyd
2010-01-12
1
-1
/
+0
*
Add last nights project, an SSE2 implementation of IDEA. Right about 4x
lloyd
2009-12-23
3
-0
/
+263