| Commit message (Expand) | Author | Age | Files | Lines |
* | Update mp_asm64 module to use new signatures for word_madd{2,3} functions1.7.4 | lloyd | 2008-03-10 | 1 | -6/+6 |
* | Changes for 1.7.4 | lloyd | 2008-03-10 | 3 | -2/+11 |
* | Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep the | lloyd | 2008-03-10 | 437 | -437/+437 |
* | Add to the todo: Tests for the simple functions (bigint_*, rotate_left, etc) | lloyd | 2008-03-10 | 1 | -0/+4 |
* | On NetBSD with GCC, define _NETBSD_SOURCE; according to a report on the | lloyd | 2008-03-10 | 1 | -1/+1 |
* | Unroll the loops in SHA_160::hash that unpack the input and perform the | lloyd | 2008-03-09 | 1 | -4/+15 |
* | Add a version of bit_ops.h with bswapl/bswapq statements. The xor_buf | lloyd | 2008-03-09 | 2 | -0/+91 |
* | Increase the size of the buffers in ARC4 and WiderWake4+1 from 1K to | lloyd | 2008-03-09 | 2 | -2/+6 |
* | If the macro BOTAN_TARGET_UNALIGNED_LOADSTOR_OK (from build.h) is on, | lloyd | 2008-03-09 | 1 | -0/+86 |
* | Rename offset_ variables to idx_ | lloyd | 2008-03-09 | 1 | -30/+30 |
* | Avoid closing an invalid file descriptor, even though it is basically | lloyd | 2008-03-09 | 1 | -1/+1 |
* | Alas, my definition of the new improved reverse_bytes for 64-bit values was | lloyd | 2008-03-09 | 1 | -2/+5 |
* | Alter bigint_madd2 and bigint_madd3 to take only 3 (4, resp) arguments, | lloyd | 2008-03-09 | 7 | -53/+56 |
* | Also inline xor_buf, both for immediate effeciency gains and for future | lloyd | 2008-03-09 | 2 | -37/+31 |
* | Put reverse_bytes into bit_ops.h so they can be inlined. Rewrite the version | lloyd | 2008-03-08 | 2 | -33/+17 |
* | Mass update of the copyright date. Honestly I don't know why I bother, | lloyd | 2008-02-14 | 455 | -455/+455 |
* | Pass the second argument of works_on as a reference, requires slightly | lloyd | 2008-02-14 | 1 | -5/+6 |
* | Fix compilation with GCC 3.2 - it doesn't like the :: namespace specification | lloyd | 2008-02-12 | 2 | -2/+2 |
* | Mark es_dev as only running on Unix/Unix-like systems. Patch from Joel Low. | lloyd | 2008-01-31 | 1 | -0/+16 |
* | Wrap to 80 columns | lloyd | 2008-01-24 | 1 | -7/+7 |
* | Update readme.txt and changelog with 1.7.3 information1.7.3 | lloyd | 2008-01-23 | 2 | -7/+8 |
* | Reorder the output of configure.pl --help so the most important and most | lloyd | 2008-01-22 | 1 | -27/+28 |
* | Fix pk_bench.cpp compilation (remove a stray try statement) | lloyd | 2008-01-17 | 1 | -3/+2 |
* | merge of '3d9e9476c5b2a2ee125eee7e0dd10bfe460d0546' | lloyd | 2007-12-24 | 208 | -2110/+1788 |
|\ |
|
| * | Qualify (some) calls to functions in the global namespace using an | lloyd | 2007-12-24 | 9 | -80/+78 |
| * | Add a short comment describing Turing::fixedS | lloyd | 2007-11-19 | 1 | -1/+1 |
| * | Change the default list of PRNG devices from | lloyd | 2007-11-17 | 1 | -1/+1 |
| * | Drop es_file: replaced by es_dev | lloyd | 2007-11-17 | 3 | -61/+0 |
| * | Add a hook for the es_dev module in Builtin_Modules | lloyd | 2007-11-17 | 1 | -0/+8 |
| * | Add a new module, es_dev, that will replace es_file. Instead of using C++ | lloyd | 2007-11-17 | 3 | -0/+153 |
| * | Replace C-style casts with static_cast (found by GCC's -Wold-style-cast) | lloyd | 2007-11-17 | 2 | -6/+5 |
| * | Add base64 encoding and decoding to the set of benchmarked filters | lloyd | 2007-11-16 | 1 | -0/+3 |
| * | Mark start and end as const in karatsuba_size since they are never modified | lloyd | 2007-11-16 | 1 | -2/+2 |
| * | Revert the change that renamed append() to push_back(). As pointed out | lloyd | 2007-11-15 | 17 | -49/+47 |
| * | The porting doc describes how to port code from Botan 1.2 to 1.4, but | lloyd | 2007-11-15 | 1 | -144/+0 |
| * | Update log to mention the recent rename of append to push_back | lloyd | 2007-11-14 | 1 | -1/+2 |
| * | Rename MemoryRegion::append to push_back | lloyd | 2007-11-14 | 16 | -47/+48 |
| * | Remove the ability to load an external configuration file. Applications | lloyd | 2007-11-14 | 6 | -482/+0 |
| * | merge of '3302429a7b66a2e175af0e12870f150aaf81445e' | lloyd | 2007-11-12 | 1 | -2/+0 |
| |\ |
|
| | * | Remove unused include of assert.h | lloyd | 2007-11-07 | 1 | -2/+0 |
| * | | Remove amd64 support from the mp_asm64 module. Use mp_amd64 instead. | lloyd | 2007-11-11 | 2 | -10/+1 |
| * | | Make IDEA::mul_inv just a function in an anonymous namespace, since it really | lloyd | 2007-11-11 | 2 | -39/+36 |
| * | | Remove some static_casts that weren't required and didn't do much to make | lloyd | 2007-11-11 | 1 | -11/+11 |
| * | | Have IDEA's mul() return the result instead of altering a reference value. | lloyd | 2007-11-11 | 1 | -13/+25 |
| * | | Add /Zi to debug flags for Visual Studio | lloyd | 2007-11-11 | 1 | -1/+1 |
| * | | Prevent lines > 80 columns | lloyd | 2007-11-11 | 1 | -1/+1 |
| |/ |
|
| * | Document the --no-asm option | lloyd | 2007-10-24 | 1 | -12/+15 |
| * | Fix flags for Core2 optimizations with Intel C++ | lloyd | 2007-10-23 | 1 | -1/+1 |
| * | Malloc_Allocator doesn't have a constructor anymore but the declaration | lloyd | 2007-10-23 | 1 | -2/+0 |
| * | merge of '27e4f97cd587d56d2fb2f7819f2d1117565a7f28' | lloyd | 2007-10-23 | 1 | -5/+5 |
| |\ |
|