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
/
aes_ssse3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Maintainer mode warning cleanups, mostly for C style casts which I
lloyd
2011-04-18
1
-29
/
+29
*
In all cases where the block size of the cipher is fixed, the key
lloyd
2010-10-14
1
-9
/
+6
*
Add a new subclass for BlockCipher BlockCipher_Fixed_Block_Size, which
lloyd
2010-10-13
1
-6
/
+9
*
Use size_t rather than u32bit in SymmetricAlgorithm
lloyd
2010-10-13
2
-6
/
+6
*
Use size_t rather than u32bit for the blocks argument of encrypt_n
lloyd
2010-10-12
2
-25
/
+25
*
Completely remove the second parameter to SecureVector which specifies
lloyd
2010-09-14
1
-6
/
+6
*
Big, invasive but mostly automated change, with a further attempt at
lloyd
2010-09-07
1
-3
/
+3
*
The SSSE3 intrinsics apparently work under Sun Studio as well
lloyd
2010-09-07
1
-0
/
+1
*
Add also AES-192 using SSSE3
lloyd
2010-08-12
2
-23
/
+149
*
Support AES-256 is the SSSE3 implementation
lloyd
2010-08-12
2
-5
/
+93
*
Use _mm_set_epi32 instead of _mm_set_epi64x - VC++ obnoxiously only
lloyd
2010-08-11
2
-79
/
+79
*
Only enable aes_ssse3 when compiling with GCC or Clang. For some dumbass
lloyd
2010-08-09
1
-0
/
+7
*
Add an implementation of AES-128 using SSSE3 instructions. It runs in
lloyd
2010-08-09
3
-0
/
+454