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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use "/*" instead of "/**" in starting comments at the begining of a file.
lloyd
2010-06-07
4
-4
/
+4
*
Fix stupid typo
lloyd
2010-03-03
1
-1
/
+1
*
Pass the args to SIMD_32 variant of rotate_left/rotate_right as const
lloyd
2010-03-03
1
-6
/
+6
*
Add operator& and non-mutating rotates to SIMD_32
lloyd
2010-01-12
4
-0
/
+34
*
simd_32 should be autoload, not always. Copy+pasted from util's info.txt
lloyd
2010-01-06
1
-2
/
+0
*
Fix simd_32 loadstor includes
lloyd
2009-12-22
2
-3
/
+3
*
Make many more headers internal-only.
lloyd
2009-12-16
2
-3
/
+3
*
Full working amalgamation build, plus internal-only headers concept.
lloyd
2009-12-16
4
-4
/
+18
*
Make sure the SIMD_32 implementation we're using actually works on the
lloyd
2009-11-24
3
-3
/
+3
*
Also #undef bool after including <altivec.h>
lloyd
2009-11-10
1
-0
/
+1
*
Tick to 1.9.3-dev
lloyd
2009-11-06
1
-13
/
+0
*
Add an andc operation, in SSE2 and AltiVec, may be useful for Serpent sboxes
lloyd
2009-11-04
4
-4
/
+22
*
Give each version of SIMD_32 a public bswap()
lloyd
2009-10-29
3
-11
/
+29
*
Add new function enabled() to each of the SIMD_32 instantiations which
lloyd
2009-10-29
3
-1
/
+9
*
Use register writes in the Altivec code for stores because Altivec's handling
lloyd
2009-10-29
1
-7
/
+16
*
Kill realnames on new modules not in mailine
lloyd
2009-10-29
1
-2
/
+0
*
Add copyright + license on the new SIMD files
lloyd
2009-10-28
4
-2
/
+14
*
Add an AltiVec SIMD_32 implementation. Tested and works for Serpent and XTEA
lloyd
2009-10-28
1
-0
/
+178
*
Define SSE rotate_right in terms of rotate left, and load_be in terms
lloyd
2009-10-28
1
-3
/
+2
*
Add subtraction operators to SIMD_32 classes, needed for XTEA decrypt
lloyd
2009-10-26
2
-0
/
+26
*
Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32
lloyd
2009-10-26
4
-0
/
+360