| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reduce how often DSA and DH keys are generated during benchmarks | lloyd | 2008-09-07 | 1 | -2/+2 |
* | Disable mp_mulop.S until updated | lloyd | 2008-09-07 | 1 | -3/+3 |
* | Disable mp_mulop.S until updated | lloyd | 2008-09-07 | 1 | -2/+2 |
* | Remove bigint_mul_add_words. It was only used now in two callers, | lloyd | 2008-09-07 | 3 | -33/+45 |
* | Fix call to asm | lloyd | 2008-09-07 | 1 | -1/+1 |
* | Rename alg_amd64 to asm_amd64 | lloyd | 2008-09-07 | 6 | -8/+117 |
* | Inline BigInt::Rep::operator[], BigInt::sig_words, and BigInt::Rep::sig_words | lloyd | 2008-09-07 | 2 | -72/+46 |
* | Rename alg_ia32 module to asm_ia32, which is more reflective of actual | lloyd | 2008-09-07 | 11 | -5/+5 |
* | Inline BigInt::operator[] | lloyd | 2008-09-07 | 2 | -18/+2 |
* | Typo fix | lloyd | 2008-09-07 | 1 | -1/+1 |
* | Combine redundant definitions of blocks variable | lloyd | 2008-09-07 | 1 | -7/+6 |
* | For non-release, use strict GCC warn flags | lloyd | 2008-09-07 | 1 | -2/+2 |
* | Tweak timer output | lloyd | 2008-09-07 | 1 | -2/+2 |
* | Inline BigInt::is_zero | lloyd | 2008-09-07 | 2 | -13/+9 |
* | Inline similarly in karatsuba_mul | lloyd | 2008-09-07 | 1 | -11/+32 |
* | In karatsuba_square, inline the sequence | lloyd | 2008-09-07 | 1 | -3/+25 |
* | Comment cleanup | lloyd | 2008-09-07 | 1 | -4/+2 |
* | Rewrite without gotos | lloyd | 2008-09-07 | 1 | -135/+11 |
* | Inline bigint_sub2 into bigint_monty_redc | lloyd | 2008-09-07 | 1 | -5/+20 |
* | Inline bigint_cmp in bigint_monty_redc (using goto, the horror; I'm basically | lloyd | 2008-09-07 | 1 | -27/+10 |
* | Move bigint_monty_redc to its own file to make asm implementations easier | lloyd | 2008-09-07 | 2 | -29/+205 |
* | Use i instead of j for iterator var | lloyd | 2008-09-07 | 1 | -4/+4 |
* | Flush stdout after every new result | lloyd | 2008-09-07 | 1 | -1/+1 |
* | Include a comment in the generated build.h stating that the file was | lloyd | 2008-09-06 | 2 | -0/+24 |
* | merge of '25669167ad287dc414f6acc3a42f1f54f8394937'1.7.10 | lloyd | 2008-09-05 | 2 | -2/+2 |
|\ |
|
| * | Changes for 1.7.10 | lloyd | 2008-09-05 | 2 | -2/+2 |
* | | Revert back to just -W -Wall for GCC for release | lloyd | 2008-09-05 | 1 | -2/+2 |
|/ |
|
* | Mention DL_Group::Format aliases | lloyd | 2008-09-05 | 1 | -0/+1 |
* | Use a nibble-wide lookup table to reduce loop iterations | lloyd | 2008-09-05 | 1 | -3/+5 |
* | Remove iostream include | lloyd | 2008-09-05 | 1 | -2/+0 |
* | Further release notes for 1.7.10 | lloyd | 2008-09-05 | 1 | -1/+7 |
* | There is no real reason BigInt::grow_to needs to be private (and one | lloyd | 2008-09-05 | 1 | -2/+1 |
* | Optimize right shift a little | lloyd | 2008-09-05 | 1 | -14/+38 |
* | Change return type of ctz from int to u32bit | lloyd | 2008-09-05 | 1 | -1/+1 |
* | Replace __builtin_ctzl with a new ctz function in bit_ops.h | lloyd | 2008-09-05 | 2 | -2/+13 |
* | Bump soname to 1.7.10 | lloyd | 2008-09-05 | 1 | -1/+1 |
* | Wrap the BigInt register in a small class that caches the significant | lloyd | 2008-09-05 | 3 | -44/+117 |
* | Choice of clock_gettime, gettimeofday, times, and clock for benchmark timings | lloyd | 2008-09-05 | 2 | -8/+47 |
* | Start of 1.7.10 release notes | lloyd | 2008-09-05 | 1 | -0/+3 |
* | Add new build.h macro BOTAN_TARGET_OS_IS_XXX | lloyd | 2008-09-05 | 1 | -0/+7 |
* | Disable all-asm mp_mulop for now | lloyd | 2008-09-05 | 1 | -2/+2 |
* | Revert change to dl_work_factor for now - breaks ElGamal tests | lloyd | 2008-09-05 | 1 | -0/+14 |
* | Use the Timer class for all benchmarking | lloyd | 2008-09-05 | 9 | -131/+91 |
* | Ignore callgrind files | lloyd | 2008-09-05 | 1 | -0/+2 |
* | New DH benchmark, much more reflective of real usage as well. | lloyd | 2008-09-05 | 1 | -114/+64 |
* | Rewrite dl_work_factor using a lookup table with data from RFC 3526, | lloyd | 2008-09-05 | 1 | -16/+18 |
* | Add the IKE 6144-bit MODP group, from RFC 3526 | lloyd | 2008-09-05 | 1 | -0/+37 |
* | Add new aliases to the DL_Group::Format enum. The previous values were | lloyd | 2008-09-05 | 1 | -3/+13 |
* | Define the functions from bit_ops.h as inline template functions, instead | lloyd | 2008-09-05 | 2 | -74/+58 |
* | A possible optimization to low_zero_bits (which was showing up hot in | lloyd | 2008-09-02 | 1 | -6/+22 |