aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't call get_eme or get_kdf with name "Raw" (returns NULL); ideallylloyd2010-03-191-3/+3
* Initialize m_pk to null in constructorlloyd2010-03-171-0/+2
* The logic PointGFp::operator*= was basically doinglloyd2010-03-162-29/+31
* Shuffle functions for easier readinglloyd2010-03-162-74/+75
* Disable VC++ 4275 entirely; it also causes warnings when building thelloyd2010-03-161-2/+2
* Fix include. <botan/mp_core.h> was picking up the system installed version,lloyd2010-03-161-1/+1
* Add a couple of verification tests for GOST 34.10lloyd2010-03-163-3/+65
* Fix GOST 34.10 benchmarklloyd2010-03-161-1/+1
* Add a special handler for the case of doing a subtraction as in:lloyd2010-03-167-391/+470
* Name other params. Remove decls of functions that don't existlloyd2010-03-151-14/+36
* Name paramslloyd2010-03-151-16/+25
* Various microoptimizations, 5-12% improvementlloyd2010-03-151-8/+15
* Use a 4-bit wide window for point multiplicationlloyd2010-03-151-14/+21
* Rewrite point mult to make larger windows easierlloyd2010-03-151-7/+14
* Disable fault protection for DSA, NR, and GOST 34.10 benchmarkslloyd2010-03-151-2/+2
* Strength reduce on multiplies in PointGFplloyd2010-03-151-4/+5
* Cache memory used for operations in pointlloyd2010-03-151-16/+18
* Modify to allow better memory cachinglloyd2010-03-152-21/+52
* Cache p.sig_words() in curve objectlloyd2010-03-153-27/+68
* Use bigint_{mul,sqr} in PointGFp monty opslloyd2010-03-152-9/+8
* Remove unneeded includeslloyd2010-03-152-23/+4
* If workspace is NULL, skip Karatsuba mul/sqrlloyd2010-03-151-2/+6
* Add PointGFp::monty_sqrlloyd2010-03-152-10/+44
* Remove stdio includelloyd2010-03-131-2/+0
* Remove iostream/stdio includeslloyd2010-03-131-3/+0
* Document GOST fixlloyd2010-03-131-0/+1
* Fix GOST 34.10 pub key loading (uses little endian format, what the fsck?)lloyd2010-03-131-6/+25
* Centralize which ECC domains are used for benchmarkinglloyd2010-03-131-34/+17
* Fix GOST, wasn't getting found in enginelloyd2010-03-133-7/+7
* Use a Modular_Reducer in ECDSA oplloyd2010-03-132-6/+8
* Document allocator changelloyd2010-03-131-0/+1
* At startup, test if lock_mem() at least seems to work. If it doesn't,lloyd2010-03-133-1/+16
* Skip bench on very small ECC groups; 112 == DESlloyd2010-03-131-3/+1
* Cache BigInts as well. Kind of like the old scheme, but created insidelloyd2010-03-132-27/+74
* Clarifylloyd2010-03-131-2/+2
* Document changes since 1.9.4lloyd2010-03-131-0/+5
* Always keep coord_{x,y,z} < p, so don't ever have to copy or use reducerlloyd2010-03-131-22/+10
* Save workspace for addition calls inside operator*=lloyd2010-03-132-20/+28
* Share workspace among calls to mult2lloyd2010-03-132-10/+9
* Cache a workspace; much fasterlloyd2010-03-132-31/+43
* Correct Doxygen commentlloyd2010-03-131-3/+3
* Small optimizationslloyd2010-03-131-6/+13
* Add 192 and 256 bit groups to the ECDSA benchmark lineuplloyd2010-03-131-1/+3
* Kill stdio includelloyd2010-03-131-2/+0
* Unroll point multiply to look at two bits of scalar each iteration.lloyd2010-03-131-2/+24
* Precompute a*rlloyd2010-03-132-2/+9
* Disable fault protection for ECDSA benchmark, easier profilinglloyd2010-03-131-1/+1
* More monty_mult cleanupslloyd2010-03-131-6/+4
* Small monty_mult cleanuplloyd2010-03-131-10/+8
* Inline/simplifiy monty multlloyd2010-03-131-31/+15