| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | 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 |
* | Fully expand the linear recurence phi - about twice as fast on my Core2 | lloyd | 2009-04-08 | 1 | -77/+80 |
* | Expand the first 12 iterations of phi, though more simplification is needed. | lloyd | 2009-04-07 | 1 | -2/+58 |
* | Add the GOST 34.11 hash function. Pretty slow, but functional. | lloyd | 2009-04-07 | 3 | -0/+228 |
* | Make the member variables of MDx_HashFunction private instead of protected - | lloyd | 2009-04-07 | 1 | -6/+5 |
* | Avoid calling compress_n in MDx_HashFunction unless at least one block is | lloyd | 2009-04-07 | 1 | -1/+2 |
* | Remove some commented out code in MDx_HashFunction which was used during | lloyd | 2009-04-07 | 2 | -26/+0 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 42 | -474/+556 |
* | No reason to include mdx_hash.h in MD2 since it derives directly from | lloyd | 2009-03-27 | 2 | -24/+24 |
* | Wrap code and struct definitions internal to sha1_sse2_imp.cpp in an | lloyd | 2008-11-24 | 1 | -0/+4 |
* | Revert change that added multiblock support to SSE2 SHA-1. Was causing | lloyd | 2008-11-23 | 3 | -206/+183 |
* | Dean Gaudet's original version of the SHA-1 SSE2 code supported multiple | lloyd | 2008-11-23 | 3 | -183/+206 |
* | Do a minor optimization in some of the compression functions, loading | lloyd | 2008-11-23 | 7 | -121/+145 |
* | Update SHA1_IA32 to use compress_n | lloyd | 2008-11-23 | 1 | -2/+6 |
* | I had not anticipated this being really worthwhile, but it turns out | lloyd | 2008-11-23 | 33 | -746/+876 |
* | Enable SSE2 SHA-1 on Intel Prescott CPUs | lloyd | 2008-11-17 | 1 | -0/+1 |
* | Split asm_engine into three engines (ia32, amd64, sse2). This allows | lloyd | 2008-11-11 | 1 | -0/+2 |
* | Remove redundent includes | lloyd | 2008-11-09 | 1 | -1/+0 |
* | Remove lookup from parallel hash construction | lloyd | 2008-11-08 | 2 | -15/+15 |
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 1 | -0/+11 |
* | Move hash.h from src/core to src/hash | lloyd | 2008-11-08 | 1 | -0/+51 |
* | Move BufferedComputation to new buf_comp.{h,cpp} | lloyd | 2008-11-08 | 2 | -0/+2 |
* | Move the declaration of the HashFunction base class to a new header hash.h | lloyd | 2008-11-08 | 2 | -2/+2 |
* | Disable x86-64 SHA-1 asm for FreeBSD. FreeBSD 7.0 at least did not like | lloyd | 2008-11-04 | 1 | -1/+0 |
* | Wrap lines to 80 columns | lloyd | 2008-10-28 | 1 | -1/+4 |
* | Rename SHA-{384,512} base class SHA_64_BASE to SHA_384_512_BASE. Rename SHA_2... | lloyd | 2008-10-10 | 4 | -22/+23 |
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 1 | -1/+1 |
* | Fix copyright notices | lloyd | 2008-10-09 | 1 | -1/+1 |
* | Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbH | lloyd | 2008-10-08 | 6 | -45/+94 |