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
/
engine
/
simd_engine
/
simd_engine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-97
/
+0
*
Add Threefish-512 AVX2 decrypt
lloyd
2013-12-25
1
-0
/
+9
*
Make SIMD_Scalar a template
lloyd
2013-12-10
1
-0
/
+2
*
Replace 0 and NULL pointer constants with nullptr. Also fix an old
lloyd
2012-05-18
1
-2
/
+2
*
Add also AES-192 using SSSE3
lloyd
2010-08-12
1
-0
/
+2
*
Support AES-256 is the SSSE3 implementation
lloyd
2010-08-12
1
-0
/
+2
*
Add an implementation of AES-128 using SSSE3 instructions. It runs in
lloyd
2010-08-09
1
-0
/
+9
*
Use "/*" instead of "/**" in starting comments at the begining of a file.
lloyd
2010-06-07
1
-1
/
+1
*
Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2
lloyd
2010-01-12
1
-0
/
+9
*
Add last nights project, an SSE2 implementation of IDEA. Right about 4x
lloyd
2009-12-23
1
-4
/
+10
*
Add missing BOTAN_DLL exports.
lloyd
2009-12-16
1
-1
/
+1
*
Full working amalgamation build, plus internal-only headers concept.
lloyd
2009-12-16
1
-1
/
+1
*
Make sure the SIMD_32 implementation we're using actually works on the
lloyd
2009-11-24
1
-0
/
+4
*
Rename SSE2 stuff to be generally SIMD since it supports at least SSE2
lloyd
2009-10-29
1
-0
/
+54