| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a u32bit for the length argument to ubi_512. That value cannot possibly | lloyd | 2009-12-23 | 1 | -2/+2 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 19 | -30/+31 |
* | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 1 | -1/+1 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 20 | -32/+32 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 7 | -12/+10 |
* | Remove extern decl of no longer used/included SHA-1 SSE2 function | lloyd | 2009-11-23 | 1 | -2/+0 |
* | Instead of having two asm_macr.h files being switched in based on module | lloyd | 2009-11-14 | 4 | -4/+4 |
* | Slightly cleaner SHA-256 F1 func; ~1% faster | lloyd | 2009-11-10 | 1 | -3/+3 |
* | Cleanups - remove emails from source files, they should only live in | lloyd | 2009-11-10 | 5 | -6/+6 |
* | Add a new need_isa marker for info.txt that lets a module depend | lloyd | 2009-11-06 | 1 | -13/+2 |
* | propagate from branch 'net.randombit.botan.1_8' (head 6e8c18515725a70923b3411... | lloyd | 2009-11-03 | 59 | -688/+718 |
|\ |
|
| * | Conver the rest of the hash functions to use the array-based load instructions. | lloyd | 2009-11-03 | 5 | -40/+41 |
| * | Add a new looping load_be / load_le for loading large arrays at once, and | lloyd | 2009-10-29 | 10 | -49/+58 |
| * | propagate from branch 'net.randombit.botan' (head 4fd7eb9630271d3c1dfed21987e... | lloyd | 2009-10-29 | 4 | -342/+318 |
| |\ |
|
| | * | Clean up prep00_15 - same speed on Core2 | lloyd | 2009-10-29 | 1 | -16/+10 |
| | * | Clean up the SSE2 SHA-1 code quite a bit, make better use of C++ features | lloyd | 2009-10-29 | 2 | -308/+267 |
| | * | Format for easier reading | lloyd | 2009-10-29 | 1 | -31/+43 |
| | * | Small cleanups (remove tab characters, change macros to fit the rest of | lloyd | 2009-10-29 | 1 | -123/+121 |
| | * | propagate from branch 'net.randombit.botan' (head 8fb69dd1c599ada1008c4cab2a6... | lloyd | 2009-10-29 | 1 | -1/+14 |
| | |\ |
|
| | | * | Rename SSE2 stuff to be generally SIMD since it supports at least SSE2 | lloyd | 2009-10-29 | 1 | -1/+14 |
| * | | | Unroll SHA-1's expansion loop from x4 to x8; ~7% faster on Core2 | lloyd | 2009-10-29 | 1 | -1/+5 |
| * | | | Unroll the expansion loop in both SHA-2 implementations by 8. On a Core2, | lloyd | 2009-10-29 | 2 | -13/+29 |
| |/ / |
|
| * / | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 22 | -44/+0 |
| |/ |
|
| * | Indent fix | lloyd | 2009-10-26 | 1 | -1/+1 |
| * | Remove all exception specifications. The way these are designed in C++ is | lloyd | 2009-10-22 | 35 | -43/+43 |
| * | Remove includes of stdio.h | lloyd | 2009-10-07 | 1 | -2/+0 |
| * | Add 'Distributed under...' text to files missing it. Some format cleanups | lloyd | 2009-10-07 | 3 | -20/+13 |
| * | Remove add blocks from hash function info.txt files | lloyd | 2009-09-29 | 21 | -146/+0 |
| * | Update the implementation of Blue Midnight Wish to use the Round 2 tweaked | lloyd | 2009-09-21 | 2 | -90/+122 |
| * | In BMW-512, don't use the stack, instead use class SecureBuffers to reduce | lloyd | 2009-09-15 | 2 | -70/+70 |
| * | Add an implementation of Blue Midnight Wish (512 bit version only) | lloyd | 2009-09-15 | 3 | -0/+219 |
| * | propagate from branch 'net.randombit.botan.1_8' (head ef51dd2869ed38dae3aeb1c... | lloyd | 2009-09-15 | 2 | -74/+46 |
| |\ |
|
| | * | Make some changes to the SSE2 implementation of SHA-1 for compatability with | lloyd | 2009-09-13 | 1 | -62/+46 |
| | * | Instead of each SSE2 implementation specifying which compilers + CPUs it | lloyd | 2009-08-27 | 1 | -12/+0 |
* | | | Use negative values for adding constants >= 2^31 in the SHA-1 x86-64 asm. | lloyd | 2009-11-03 | 1 | -2/+8 |
|/ / |
|
* / | Change Skein-512 to match the tweaked 1.2 specification. Round constants | lloyd | 2009-09-15 | 1 | -8/+8 |
|/ |
|
* | Add 'Distributed under the terms of the Botan license' notices to the .S | lloyd | 2009-08-11 | 4 | -16/+24 |
* | Add support for Dragonfly BSD (a fork of FreeBSD). | lloyd | 2009-07-25 | 3 | -0/+3 |
* | Correct some errors in the automatically generated dependencies. | lloyd | 2009-07-16 | 2 | -1/+3 |
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 2 | -4/+8 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 5 | -33/+24 |
* | Add a script that analyzes the source and prints module dependencies. | lloyd | 2009-07-15 | 1 | -0/+4 |
* | Avoid a crash in Skein_512::add_data if it is called with a zero-length | lloyd | 2009-07-14 | 1 | -0/+3 |
* | Some modules using asm were not marked with 'load_on asm_ok'; fix | lloyd | 2009-07-07 | 2 | -2/+2 |
* | CPU-specific engines are now only loaded if something depends on them, | lloyd | 2009-07-07 | 5 | -0/+5 |
* | Mark Skein_512 with the BOTAN_DLL macro | lloyd | 2009-06-06 | 2 | -3/+9 |
* | Small cleanups in the Skein-512 source, and add support for the | lloyd | 2009-06-03 | 2 | -70/+65 |
* | Add an implementation of Skein-512 | lloyd | 2009-06-02 | 3 | -0/+309 |
* | Many source files included bit_ops.h when what was really desired was | lloyd | 2009-05-13 | 10 | -10/+10 |
* | Use S2 instead of x,y vars as temps for single iteration of psi | lloyd | 2009-04-10 | 1 | -4/+4 |