| Commit message (Expand) | Author | Age | Files | Lines |
* | Specialization for Cell PPU | lloyd | 2008-09-16 | 2 | -0/+5 |
* | Initial support for IBM XLC compiler (testing on STI Cell machine | lloyd | 2008-09-16 | 1 | -0/+20 |
* | Type fix | lloyd | 2008-09-16 | 1 | -1/+1 |
* | Better autodetection support for the Cell PPU and ppc64 machines generally. | lloyd | 2008-09-16 | 3 | -0/+4 |
* | Use --init arg, was disabled at some point earlier | lloyd | 2008-09-16 | 1 | -1/+1 |
* | Function was renamed, bigint_simple_sqr is now hotspot | lloyd | 2008-09-16 | 1 | -2/+2 |
* | Fix some bit rot in the OpenSSL engine | lloyd | 2008-09-16 | 3 | -6/+6 |
* | Change the constructor for LubyRackoff. Previously it took a string, | lloyd | 2008-09-15 | 3 | -29/+36 |
* | Initial notes for 1.7.12 release | lloyd | 2008-09-15 | 1 | -0/+6 |
* | Remove the cache for BigInt::sig_words. I'm baffled how it is it works | lloyd | 2008-09-15 | 2 | -83/+38 |
* | Time RSA key generation again | lloyd | 2008-09-15 | 1 | -1/+5 |
* | Clean up creation of RNG objects | lloyd | 2008-09-15 | 1 | -9/+8 |
* | Explicit cast from double to int using static_cast | lloyd | 2008-09-15 | 1 | -1/+1 |
* | Update BigInt::grow_reg and grow_to to be non-const | lloyd | 2008-09-15 | 2 | -4/+4 |
* | Make MemoryRegion members non-mutable, change const decls | lloyd | 2008-09-15 | 1 | -8/+8 |
* | Slight cleanup in loop iteration | lloyd | 2008-09-15 | 1 | -2/+2 |
* | Rename blocks to the slightly more descriptive x_size_8 | lloyd | 2008-09-14 | 1 | -6/+6 |
* | Oops disable part of previous, was for testing | lloyd | 2008-09-14 | 1 | -1/+7 |
* | Only randomize inputs every 100 runs to minimize overhead (makes profiling ea... | lloyd | 2008-09-14 | 1 | -31/+40 |
* | Split RSA and RW benchmarks. Benchmark RSA encryption and signatures. | lloyd | 2008-09-14 | 1 | -16/+87 |
* | Update soname in configure | lloyd | 2008-09-14 | 1 | -1/+1 |
* | Pass a pointer to a HashFunction to the MGF1 constructor, and have that | lloyd | 2008-09-14 | 3 | -10/+21 |
* | The Memory_Exhaustion exception was only thrown from mem_pool.cpp, so | lloyd | 2008-09-14 | 2 | -9/+14 |
* | Don't allow zero second benchmarks | lloyd | 2008-09-14 | 1 | -1/+1 |
* | Increase default benchmark time to 5s... 1.5 seconds (old value) is too | lloyd | 2008-09-14 | 1 | -2/+2 |
* | Enable square optimization for 16x16 | lloyd | 2008-09-13 | 1 | -2/+0 |
* | Add IETF MODP 8192 DH group | lloyd | 2008-09-12 | 1 | -0/+47 |
* | 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 |