aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Padding changes in the PK benchmarks:lloyd2008-09-121-3/+3
* In the benchmarks, replace Lion(MD5,WiderWake4+1-BE,65536) with1.7.11lloyd2008-09-111-4/+8
* List Noekeon and Salsa20 in info.txtlloyd2008-09-111-17/+18
* Change readme.txt for 1.7.11 releaselloyd2008-09-111-1/+1
* Update log for 1.7.11 releaselloyd2008-09-111-2/+4
* Commentlloyd2008-09-111-0/+1
* Rewrite guess_cpulloyd2008-09-111-28/+32
* Guess the CPU based on {'archname'}, which works for at least Windows/x86 and...lloyd2008-09-111-14/+24
* Fix loop variable naming (i in outermost scope, then j, remove unneeded k)lloyd2008-09-111-20/+20
* Handle configuration of what kind of clock to use for benchmarking.lloyd2008-09-111-4/+39
* Default back to normal cross-version GCC flagslloyd2008-09-111-2/+1
* Hijack the <supports_shared> tag in the os configs. It had been forlloyd2008-09-112-2/+6
* Document some other recent updateslloyd2008-09-111-2/+4
* Use getlogin before getpwuid for Windowslloyd2008-09-111-1/+1
* Load asm_amd64 only on requestlloyd2008-09-101-1/+1
* Add (incomplete) x86-64 mp_mulop variantlloyd2008-09-102-0/+95
* Note new 16x16 Comba operationslloyd2008-09-101-0/+1
* Increase Karatsuba cutoffs from 12 to 32 wordslloyd2008-09-091-2/+2
* Add 16x16->32 word Comba multiply and squarelloyd2008-09-093-176/+719
* Hoist load, since compiler may not be able to do so due to aliasinglloyd2008-09-091-4/+7
* Undef macros at end of headerslloyd2008-09-092-1/+11
* Add comment about bigint_simple_sqr just being an optimization to work around...lloyd2008-09-091-1/+6
* Use individual variables intead of an array inside the Salsa20 function,lloyd2008-09-091-37/+65
* Add implementation of Salsa20 stream cipherlloyd2008-09-096-0/+503
* In get_cipher, do not call cipher->set_iv unless the IV is non-emptylloyd2008-09-091-1/+4
* Fix --bench-typelloyd2008-09-091-10/+17
* Add a little more detail to RSA example. Reword some intro text.lloyd2008-09-081-29/+39
* Add --test to OptionParser listlloyd2008-09-081-1/+1
* Last checkin would crash, because the destructor for the rng would notlloyd2008-09-081-60/+55
* Run test_types every time prior to initialization, instead of just duringlloyd2008-09-081-58/+66
* New (GCC-generated) code for bigint_monty_redc)lloyd2008-09-081-110/+252
* Update release noteslloyd2008-09-071-0/+3
* Make text easier to understandlloyd2008-09-071-2/+5
* Add the username and hostname to build.hlloyd2008-09-072-4/+7
* Bump to 1.7.11 (pre)lloyd2008-09-073-2/+4
* Reindentlloyd2008-09-071-172/+172
* Disable extensive testing during benchmark key generation: throws off profilerlloyd2008-09-071-0/+3
* Comment fixlloyd2008-09-071-1/+1
* Do not enable by defaultlloyd2008-09-071-1/+1
* asm_amd64/lloyd2008-09-074-15/+227
* Reduce how often DSA and DH keys are generated during benchmarkslloyd2008-09-071-2/+2
* Disable mp_mulop.S until updatedlloyd2008-09-071-3/+3
* Disable mp_mulop.S until updatedlloyd2008-09-071-2/+2
* Remove bigint_mul_add_words. It was only used now in two callers,lloyd2008-09-073-33/+45
* Fix call to asmlloyd2008-09-071-1/+1
* Rename alg_amd64 to asm_amd64lloyd2008-09-076-8/+117
* Inline BigInt::Rep::operator[], BigInt::sig_words, and BigInt::Rep::sig_wordslloyd2008-09-072-72/+46
* Rename alg_ia32 module to asm_ia32, which is more reflective of actuallloyd2008-09-0711-5/+5
* Inline BigInt::operator[]lloyd2008-09-072-18/+2
* Typo fixlloyd2008-09-071-1/+1