aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Specialization for Cell PPUlloyd2008-09-162-0/+5
* Initial support for IBM XLC compiler (testing on STI Cell machinelloyd2008-09-161-0/+20
* Type fixlloyd2008-09-161-1/+1
* Better autodetection support for the Cell PPU and ppc64 machines generally.lloyd2008-09-163-0/+4
* Use --init arg, was disabled at some point earlierlloyd2008-09-161-1/+1
* Function was renamed, bigint_simple_sqr is now hotspotlloyd2008-09-161-2/+2
* Fix some bit rot in the OpenSSL enginelloyd2008-09-163-6/+6
* Change the constructor for LubyRackoff. Previously it took a string,lloyd2008-09-153-29/+36
* Initial notes for 1.7.12 releaselloyd2008-09-151-0/+6
* Remove the cache for BigInt::sig_words. I'm baffled how it is it workslloyd2008-09-152-83/+38
* Time RSA key generation againlloyd2008-09-151-1/+5
* Clean up creation of RNG objectslloyd2008-09-151-9/+8
* Explicit cast from double to int using static_castlloyd2008-09-151-1/+1
* Update BigInt::grow_reg and grow_to to be non-constlloyd2008-09-152-4/+4
* Make MemoryRegion members non-mutable, change const declslloyd2008-09-151-8/+8
* Slight cleanup in loop iterationlloyd2008-09-151-2/+2
* Rename blocks to the slightly more descriptive x_size_8lloyd2008-09-141-6/+6
* Oops disable part of previous, was for testinglloyd2008-09-141-1/+7
* Only randomize inputs every 100 runs to minimize overhead (makes profiling ea...lloyd2008-09-141-31/+40
* Split RSA and RW benchmarks. Benchmark RSA encryption and signatures.lloyd2008-09-141-16/+87
* Update soname in configurelloyd2008-09-141-1/+1
* Pass a pointer to a HashFunction to the MGF1 constructor, and have thatlloyd2008-09-143-10/+21
* The Memory_Exhaustion exception was only thrown from mem_pool.cpp, solloyd2008-09-142-9/+14
* Don't allow zero second benchmarkslloyd2008-09-141-1/+1
* Increase default benchmark time to 5s... 1.5 seconds (old value) is toolloyd2008-09-141-2/+2
* Enable square optimization for 16x16lloyd2008-09-131-2/+0
* Add IETF MODP 8192 DH grouplloyd2008-09-121-0/+47
* 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