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
*
Add block cipher cascade
lloyd
2010-01-11
3
-0
/
+148
*
Clean up exceptions. Remove some unused ones like Config_Error. Make
lloyd
2010-01-05
1
-1
/
+2
*
Add doxygen comments
lloyd
2009-12-29
1
-0
/
+13
*
Add last nights project, an SSE2 implementation of IDEA. Right about 4x
lloyd
2009-12-23
5
-53
/
+290
*
Un-internal loadstor.h (and its header deps, rotate.h and
lloyd
2009-12-21
26
-38
/
+41
*
Add missing BOTAN_DLL exports.
lloyd
2009-12-16
1
-3
/
+1
*
Make many more headers internal-only.
lloyd
2009-12-16
29
-41
/
+41
*
Full working amalgamation build, plus internal-only headers concept.
lloyd
2009-12-16
6
-11
/
+24
*
Add missing header guards to package.h and botan.h
lloyd
2009-12-02
1
-2
/
+2
*
Remove obsolete comment
lloyd
2009-11-17
1
-15
/
+0
*
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
[next]