| Commit message (Expand) | Author | Age | Files | Lines |
* | Padding changes in the PK benchmarks: | lloyd | 2008-09-12 | 1 | -3/+3 |
* | In the benchmarks, replace Lion(MD5,WiderWake4+1-BE,65536) with1.7.11 | lloyd | 2008-09-11 | 1 | -4/+8 |
* | List Noekeon and Salsa20 in info.txt | lloyd | 2008-09-11 | 1 | -17/+18 |
* | Change readme.txt for 1.7.11 release | lloyd | 2008-09-11 | 1 | -1/+1 |
* | Update log for 1.7.11 release | lloyd | 2008-09-11 | 1 | -2/+4 |
* | Comment | lloyd | 2008-09-11 | 1 | -0/+1 |
* | Rewrite guess_cpu | lloyd | 2008-09-11 | 1 | -28/+32 |
* | Guess the CPU based on {'archname'}, which works for at least Windows/x86 and... | lloyd | 2008-09-11 | 1 | -14/+24 |
* | Fix loop variable naming (i in outermost scope, then j, remove unneeded k) | lloyd | 2008-09-11 | 1 | -20/+20 |
* | Handle configuration of what kind of clock to use for benchmarking. | lloyd | 2008-09-11 | 1 | -4/+39 |
* | Default back to normal cross-version GCC flags | lloyd | 2008-09-11 | 1 | -2/+1 |
* | Hijack the <supports_shared> tag in the os configs. It had been for | lloyd | 2008-09-11 | 2 | -2/+6 |
* | Document some other recent updates | lloyd | 2008-09-11 | 1 | -2/+4 |
* | Use getlogin before getpwuid for Windows | lloyd | 2008-09-11 | 1 | -1/+1 |
* | Load asm_amd64 only on request | lloyd | 2008-09-10 | 1 | -1/+1 |
* | Add (incomplete) x86-64 mp_mulop variant | lloyd | 2008-09-10 | 2 | -0/+95 |
* | Note new 16x16 Comba operations | lloyd | 2008-09-10 | 1 | -0/+1 |
* | Increase Karatsuba cutoffs from 12 to 32 words | lloyd | 2008-09-09 | 1 | -2/+2 |
* | Add 16x16->32 word Comba multiply and square | lloyd | 2008-09-09 | 3 | -176/+719 |
* | Hoist load, since compiler may not be able to do so due to aliasing | lloyd | 2008-09-09 | 1 | -4/+7 |
* | Undef macros at end of headers | lloyd | 2008-09-09 | 2 | -1/+11 |
* | Add comment about bigint_simple_sqr just being an optimization to work around... | lloyd | 2008-09-09 | 1 | -1/+6 |
* | Use individual variables intead of an array inside the Salsa20 function, | lloyd | 2008-09-09 | 1 | -37/+65 |
* | Add implementation of Salsa20 stream cipher | lloyd | 2008-09-09 | 6 | -0/+503 |
* | In get_cipher, do not call cipher->set_iv unless the IV is non-empty | lloyd | 2008-09-09 | 1 | -1/+4 |
* | Fix --bench-type | lloyd | 2008-09-09 | 1 | -10/+17 |
* | Add a little more detail to RSA example. Reword some intro text. | lloyd | 2008-09-08 | 1 | -29/+39 |
* | Add --test to OptionParser list | lloyd | 2008-09-08 | 1 | -1/+1 |
* | Last checkin would crash, because the destructor for the rng would not | lloyd | 2008-09-08 | 1 | -60/+55 |
* | Run test_types every time prior to initialization, instead of just during | lloyd | 2008-09-08 | 1 | -58/+66 |
* | New (GCC-generated) code for bigint_monty_redc) | lloyd | 2008-09-08 | 1 | -110/+252 |
* | Update release notes | lloyd | 2008-09-07 | 1 | -0/+3 |
* | Make text easier to understand | lloyd | 2008-09-07 | 1 | -2/+5 |
* | Add the username and hostname to build.h | lloyd | 2008-09-07 | 2 | -4/+7 |
* | Bump to 1.7.11 (pre) | lloyd | 2008-09-07 | 3 | -2/+4 |
* | Reindent | lloyd | 2008-09-07 | 1 | -172/+172 |
* | Disable extensive testing during benchmark key generation: throws off profiler | lloyd | 2008-09-07 | 1 | -0/+3 |
* | Comment fix | lloyd | 2008-09-07 | 1 | -1/+1 |
* | Do not enable by default | lloyd | 2008-09-07 | 1 | -1/+1 |
* | asm_amd64/ | lloyd | 2008-09-07 | 4 | -15/+227 |
* | 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 |