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
/
utils
/
simd_32
/
simd_scalar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split the SIMD implementations into their own modules and choose one
lloyd
2011-05-24
1
-223
/
+0
*
Use size_t for shift and rotate values. Also define rotate_left and
lloyd
2010-12-28
1
-4
/
+4
*
More Doxygen updates/fixes
lloyd
2010-06-15
1
-0
/
+4
*
Use "/*" instead of "/**" in starting comments at the begining of a file.
lloyd
2010-06-07
1
-1
/
+1
*
Add operator& and non-mutating rotates to SIMD_32
lloyd
2010-01-12
1
-0
/
+8
*
Fix simd_32 loadstor includes
lloyd
2009-12-22
1
-2
/
+2
*
Make many more headers internal-only.
lloyd
2009-12-16
1
-2
/
+2
*
Make sure the SIMD_32 implementation we're using actually works on the
lloyd
2009-11-24
1
-1
/
+1
*
Add an andc operation, in SSE2 and AltiVec, may be useful for Serpent sboxes
lloyd
2009-11-04
1
-0
/
+9
*
Give each version of SIMD_32 a public bswap()
lloyd
2009-10-29
1
-0
/
+9
*
Add new function enabled() to each of the SIMD_32 instantiations which
lloyd
2009-10-29
1
-0
/
+2
*
Add copyright + license on the new SIMD files
lloyd
2009-10-28
1
-1
/
+4
*
Add subtraction operators to SIMD_32 classes, needed for XTEA decrypt
lloyd
2009-10-26
1
-0
/
+16
*
Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32
lloyd
2009-10-26
1
-0
/
+172