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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename/remove some secmem member variables for better matching with STL
lloyd
2009-11-17
2
-3
/
+3
*
Instead of having two asm_macr.h files being switched in based on module
lloyd
2009-11-14
1
-1
/
+1
*
Cleanups in the Square implementation
lloyd
2009-11-11
1
-30
/
+38
*
Double the speed of Skipjack on my Core2, mostly due to better inlining.
lloyd
2009-11-11
2
-82
/
+99
*
Inline all of the AES tables into an anon namespace in aes.cpp. Turns out
lloyd
2009-11-11
3
-411
/
+399
*
Almost double the speed of MARS; from 55 MiB/s to 102 on my Core2.
lloyd
2009-11-11
3
-231
/
+216
*
Remove SSE4 dependency in AES-192 key schedule, and also avoid requiring
lloyd
2009-11-10
2
-26
/
+25
*
Add AES-192 using AES-NI. Tested OK with Intel's simulator.
lloyd
2009-11-10
2
-7
/
+276
*
Add unrolled versions of AES-NI code that will handle 4 blocks in parallel.
lloyd
2009-11-10
1
-12
/
+176
*
Fix errors in the AES-256 key schedule for the AES-NI version. Now passes
lloyd
2009-11-10
2
-196
/
+169
*
Add AES-256 using AES-NI
lloyd
2009-11-10
3
-3
/
+243
*
Make the AES implementation using Intel's AES instruction extension official;
lloyd
2009-11-10
2
-7
/
+7
*
Cleanups - remove emails from source files, they should only live in
lloyd
2009-11-10
1
-1
/
+1
*
Clean up aes_128_key_expansion
lloyd
2009-11-06
1
-24
/
+18
*
Dename unused length field
lloyd
2009-11-06
1
-1
/
+1
*
Add a new need_isa marker for info.txt that lets a module depend
lloyd
2009-11-06
1
-1
/
+1
*
Add a complete but untested AES-128 using the AES-NI intrinsics.
lloyd
2009-11-06
2
-58
/
+139
*
Stub for AES class using Intel's AES-NI instructions and an engine for
lloyd
2009-11-06
3
-0
/
+145
*
Indent and avoid one extra assignment
lloyd
2009-11-04
1
-3
/
+2
*
Kill realnames on new modules not in mailine
lloyd
2009-10-29
2
-3
/
+0
*
propagate from branch 'net.randombit.botan' (head 8fb69dd1c599ada1008c4cab2a6...
lloyd
2009-10-29
10
-540
/
+668
|
\
|
*
Rename SSE2 stuff to be generally SIMD since it supports at least SSE2
lloyd
2009-10-29
9
-43
/
+45
|
*
Add XTEA decryption
lloyd
2009-10-26
1
-11
/
+47
|
*
Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32
lloyd
2009-10-26
6
-404
/
+493
*
|
Remove the 'realname' attribute on all modules and cc/cpu/os info files.
lloyd
2009-10-29
26
-52
/
+0
|
/
*
Kill stdio include
lloyd
2009-10-23
1
-2
/
+0
*
Use new load/store ops in xtea x4 code
lloyd
2009-10-23
1
-12
/
+6
*
Simply unrolling the loop in XTEA and processing 4 blocks worth of data at
lloyd
2009-10-23
1
-0
/
+70
*
Remove all exception specifications. The way these are designed in C++ is
lloyd
2009-10-22
34
-35
/
+35
*
Cleanups/random changes in the stream cipher code:
lloyd
2009-10-14
1
-4
/
+4
*
Disable prefetch in AES for now. Problem: with iterative modes like CBC,
lloyd
2009-09-30
1
-8
/
+0
*
Use prefetching in AES. Nominally, this will help somewhat with preventing
lloyd
2009-09-29
1
-0
/
+8
*
Remove add block from block/info.txt
lloyd
2009-09-29
1
-6
/
+0
*
Remove add blocks from block cipher info files
lloyd
2009-09-29
25
-188
/
+0
*
Use load_le instead of make_u32bit in Serpent x86 key schedule code
lloyd
2009-09-29
1
-1
/
+1
*
Indentation fix
lloyd
2009-09-21
1
-13
/
+12
*
Hoist creation of buffer in Lion encrypt loop
lloyd
2009-08-31
1
-4
/
+4
*
Remove unneeded include in xtea.cpp
lloyd
2009-08-27
1
-1
/
+0
*
Instead of each SSE2 implementation specifying which compilers + CPUs it
lloyd
2009-08-27
1
-12
/
+0
*
For handling the last few blocks in Serpent_SSE2, invoke encrypt_n with
lloyd
2009-08-12
1
-12
/
+2
*
Add SSE2 Serpent decryption
lloyd
2009-08-12
2
-1
/
+307
*
Small code cleanups in SSE2 Serpent
lloyd
2009-08-12
2
-192
/
+195
*
Use SSE2 unpack instructions instead of unions for input/output conversion.
lloyd
2009-08-12
2
-300
/
+263
*
Add full 4-way SSE2 Serpent encryption. Load/store operations are via
lloyd
2009-08-12
3
-47
/
+290
*
Make encrypt_n public for all BlockCipher implementations - unlike the
lloyd
2009-08-11
29
-54
/
+331
*
Change the BlockCipher interface to support multi-block encryption and
lloyd
2009-08-11
53
-1299
/
+1641
*
Add 'Distributed under the terms of the Botan license' notices to the .S
lloyd
2009-08-11
1
-13
/
+15
*
Add support for Dragonfly BSD (a fork of FreeBSD).
lloyd
2009-07-25
1
-0
/
+1
*
Add a script that reads the output of print_deps.py and rewrites
lloyd
2009-07-15
4
-11
/
+18
*
Some modules using asm were not marked with 'load_on asm_ok'; fix
lloyd
2009-07-07
1
-1
/
+1
[next]