| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Correct Doxygen comment | lloyd | 2010-03-13 | 1 | -3/+3 |
* | Small optimizations | lloyd | 2010-03-13 | 1 | -6/+13 |
* | Add 192 and 256 bit groups to the ECDSA benchmark lineup | lloyd | 2010-03-13 | 1 | -1/+3 |
* | Kill stdio include | lloyd | 2010-03-13 | 1 | -2/+0 |
* | Unroll point multiply to look at two bits of scalar each iteration. | lloyd | 2010-03-13 | 1 | -2/+24 |
* | Precompute a*r | lloyd | 2010-03-13 | 2 | -2/+9 |
* | Disable fault protection for ECDSA benchmark, easier profiling | lloyd | 2010-03-13 | 1 | -1/+1 |
* | More monty_mult cleanups | lloyd | 2010-03-13 | 1 | -6/+4 |
* | Small monty_mult cleanup | lloyd | 2010-03-13 | 1 | -10/+8 |
* | Inline/simplifiy monty mult | lloyd | 2010-03-13 | 1 | -31/+15 |
* | Single word p-dash | lloyd | 2010-03-13 | 1 | -3/+4 |
* | Only need a single word from p_dash, so only save that single word. | lloyd | 2010-03-13 | 1 | -94/+9 |
* | Use Montgomery reduction for the important parts of PointGFp, using | lloyd | 2010-03-13 | 2 | -74/+78 |
* | Name args to bigint_{mul,sqr} in header | lloyd | 2010-03-13 | 1 | -5/+5 |
* | Give PK_Signer users the option of disabling fault protection | lloyd | 2010-03-13 | 2 | -6/+17 |
* | Move monty params to curve, since only depend on the prime | lloyd | 2010-03-13 | 1 | -4/+37 |
* | Simple cleanups | lloyd | 2010-03-13 | 1 | -6/+13 |
* | Add back code for montgomery PointGFp mult (not used atm) | lloyd | 2010-03-13 | 2 | -14/+165 |
* | Hide PointGFp constructors | lloyd | 2010-03-13 | 2 | -7/+14 |
* | Remove access to the Jacobian coordinate getters get_{x,y,z}, as well | lloyd | 2010-03-13 | 3 | -169/+68 |
* | I had listed Olivier de Gaalon in the license, for the SQLite codec, | lloyd | 2010-03-12 | 2 | -1/+5 |
* | Include <netinet/in.h>; needed on FreeBSD at least | lloyd | 2010-03-10 | 1 | -1/+2 |
* | Tick version to 1.9.5-dev | lloyd | 2010-03-10 | 3 | -4/+6 |
* | Remove config options to toggle if X.509 extensions are critical or | lloyd | 2010-03-10 | 7 | -96/+47 |
* | Make cert decoding errors more verbose | lloyd | 2010-03-10 | 1 | -2/+2 |
* | Remove the base/default_allocator option, instead save as a per-libstate | lloyd | 2010-03-10 | 3 | -19/+25 |
* | Remove call to disable key testing, now a per-build option | lloyd | 2010-03-10 | 1 | -4/+2 |
* | Guard call to the allocator in deallocate() by checking if the alloc | lloyd | 2010-03-10 | 1 | -1/+1 |
* | Update version to 1.9.4 release1.9.4 | lloyd | 2010-03-09 | 3 | -3/+3 |
* | DSA and NR require certain parameters (which depend on the randomly | lloyd | 2010-03-09 | 2 | -18/+24 |
* | Remove decls of removed RSA encrypt/decrypt | lloyd | 2010-03-09 | 1 | -5/+0 |
* | Oops. Secret nonce/seed for blinding for DH and ElGamal was 2^x mod p. | lloyd | 2010-03-09 | 2 | -2/+2 |
* | De-name unused rng arg | lloyd | 2010-03-09 | 1 | -1/+1 |
* | Deconstify PK_Ops. It's quite reasonable that some op will want to | lloyd | 2010-03-09 | 25 | -148/+114 |
* | Dont need RNG in this test | lloyd | 2010-03-09 | 1 | -3/+2 |
* | Consolidate code for choosing a window size for fixed width window | lloyd | 2010-03-09 | 4 | -72/+41 |
* | Add back RSA consistency checking (decrypt only) | lloyd | 2010-03-09 | 2 | -3/+8 |
* | Have PK_Signer check the validity of all signatures before releasing. | lloyd | 2010-03-09 | 2 | -8/+52 |
* | Use preexisting powermod precomputations for setting up blinders | lloyd | 2010-03-09 | 2 | -2/+2 |
* | Remove decls of unimplemented functions | lloyd | 2010-03-08 | 1 | -3/+0 |
* | Blinder::choose_nonce added a single byte of the timestamps 8 times, | lloyd | 2010-03-08 | 1 | -2/+2 |
* | Add back in blinding to RSA, RW, ElGamal, and DH. | lloyd | 2010-03-08 | 15 | -103/+175 |
* | Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME to | lloyd | 2010-03-08 | 10 | -55/+57 |
* | Modify pubkey classes to take names instead of object pointers. | lloyd | 2010-03-08 | 33 | -329/+313 |
* | Have the constructors in pubkey.h take all arguments look_pk does, and | lloyd | 2010-03-08 | 3 | -39/+51 |
* | Update DH example for PK changes | lloyd | 2010-03-08 | 1 | -14/+29 |
* | Remove the now no-op classes PK_Encrypting_Key, | lloyd | 2010-03-08 | 19 | -148/+38 |
* | On GMP 5.0 and later, use mpz_powm_sec, which is a version of modular | lloyd | 2010-03-05 | 1 | -0/+6 |
* | Update OpenSSL engine for new interface. Similiar to GMP engine, drop | lloyd | 2010-03-05 | 9 | -503/+356 |
* | Add GMP PK file | lloyd | 2010-03-05 | 1 | -0/+344 |