| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment cleanup | lloyd | 2008-09-07 | 1 | -4/+2 |
* | Rewrite without gotos | lloyd | 2008-09-07 | 1 | -135/+11 |
* | Inline bigint_sub2 into bigint_monty_redc | lloyd | 2008-09-07 | 1 | -5/+20 |
* | Inline bigint_cmp in bigint_monty_redc (using goto, the horror; I'm basically | lloyd | 2008-09-07 | 1 | -27/+10 |
* | Move bigint_monty_redc to its own file to make asm implementations easier | lloyd | 2008-09-07 | 2 | -29/+205 |
* | Use i instead of j for iterator var | lloyd | 2008-09-07 | 1 | -4/+4 |
* | Remove iostream include | lloyd | 2008-09-05 | 1 | -2/+0 |
* | Optimize right shift a little | lloyd | 2008-09-05 | 1 | -14/+38 |
* | Replace __builtin_ctzl with a new ctz function in bit_ops.h | lloyd | 2008-09-05 | 1 | -1/+1 |
* | Wrap the BigInt register in a small class that caches the significant | lloyd | 2008-09-05 | 2 | -38/+81 |
* | Revert change to dl_work_factor for now - breaks ElGamal tests | lloyd | 2008-09-05 | 1 | -0/+14 |
* | Rewrite dl_work_factor using a lookup table with data from RFC 3526, | lloyd | 2008-09-05 | 1 | -16/+18 |
* | Add the IKE 6144-bit MODP group, from RFC 3526 | lloyd | 2008-09-05 | 1 | -0/+37 |
* | Define the functions from bit_ops.h as inline template functions, instead | lloyd | 2008-09-05 | 1 | -68/+0 |
* | A possible optimization to low_zero_bits (which was showing up hot in | lloyd | 2008-09-02 | 1 | -6/+22 |
* | Where bit_ops.h was used to get xor_buf, include xor_buf.h instead | lloyd | 2008-09-02 | 26 | -25/+25 |
* | Reduce RW creation min also to 512 for benchmarks | lloyd | 2008-09-02 | 1 | -1/+1 |
* | The counter is not specified, so do not mention it | lloyd | 2008-08-31 | 1 | -1/+1 |
* | Add DSS groups with 2048 and 3072 bit p values (and 256 bit q subgroups). | lloyd | 2008-08-31 | 1 | -105/+141 |
* | Allow generating 512 and 768 bit DSA keys. | lloyd | 2008-08-31 | 1 | -6/+9 |
* | Allow creating 512 bit RSA keys again (for benchmark, mostly) | lloyd | 2008-08-31 | 1 | -1/+1 |
* | Merge mp_sqr.cpp and mp_mul.cpp into mp_karat.cpp, since there is a lot | lloyd | 2008-08-27 | 2 | -147/+132 |
* | Use -BigInt(1) instead of BigInt("-1") to avoid the parsing overhead. | lloyd | 2008-08-27 | 1 | -2/+2 |
* | Add a specialized version of theta() for NullVector, since it cleans up | lloyd | 2008-07-15 | 1 | -4/+25 |
* | merge of '17a621a99c0fb8685efd5f3f3411a44e4d5ff835' | lloyd | 2008-07-13 | 1 | -0/+1 |
|\ |
|
| * | Missing include of timers.h, error if no timer modules used | lloyd | 2008-07-08 | 1 | -0/+1 |
* | | Add the block cipher Noekeon (http://gro.noekeon.org/). Only "indirect mode" | lloyd | 2008-07-11 | 2 | -0/+177 |
|/ |
|
* | Fix return values for ressol(), saying BigInt x = -1 does something | lloyd | 2008-07-07 | 1 | -2/+2 |
* | Remove unneeded parens | lloyd | 2008-07-07 | 1 | -1/+1 |
* | Add an implementation of the Shanks-Tonelli algorithm, which is used to | lloyd | 2008-07-07 | 1 | -0/+82 |
* | Remove printf in catch block | lloyd | 2008-07-07 | 1 | -1/+0 |
* | Extend random_prime() to be able to generate primes of any bit size. | lloyd | 2008-07-05 | 1 | -1/+10 |
* | Remove the free-standing function deref_alias. It only served as a forwarder | lloyd | 2008-06-30 | 7 | -33/+32 |
* | Remove the default_pbe option. Instead hardcode the default into | lloyd | 2008-06-30 | 2 | -5/+2 |
* | Remove option v1_assume_ca, no longer used | lloyd | 2008-06-30 | 1 | -2/+0 |
* | Previously X509_Store took two configuration values from the library | lloyd | 2008-06-30 | 2 | -9/+3 |
* | Remove the Config class. | lloyd | 2008-06-30 | 11 | -166/+104 |
* | Remove global_config() - replace by direct calls to global_state() | lloyd | 2008-06-30 | 12 | -41/+47 |
* | Make use of RandomNumberGenerator implementing add_entropy_source in | lloyd | 2008-06-28 | 1 | -14/+16 |
* | Add interfaces for add_entropy_source and add_entropy to | lloyd | 2008-06-28 | 2 | -8/+16 |
* | Reseed the underlying PRNG when ANSI_X931_PRNG:reseed is called | lloyd | 2008-06-28 | 1 | -0/+2 |
* | The two remaining locks were not being deleted, leaking memory | lloyd | 2008-06-28 | 1 | -0/+2 |
* | Change make_rng to be a static member of RandomNumberGenerator | lloyd | 2008-06-28 | 1 | -1/+1 |
* | New structure for entropy sources + RNGs. The entropy sources are owned by | lloyd | 2008-06-27 | 4 | -164/+169 |
* | Avoid warning | lloyd | 2008-06-27 | 1 | -1/+1 |
* | Remove the global PRNG object as well as the global list of entropy sources. | lloyd | 2008-06-27 | 2 | -117/+1 |
* | Remove PRNG_Unseeded throw() specifies from the RNG randomize() functions. | lloyd | 2008-06-27 | 2 | -2/+2 |
* | OctetString now requires a RandomNumberGenerator& to create a random | lloyd | 2008-06-27 | 1 | -3/+4 |
* | Reorganize the EMSA classes, and remove the last references to prng_reference | lloyd | 2008-06-27 | 5 | -58/+126 |
* | Previously if DL_Group was given a q value of zero, it would check to | lloyd | 2008-06-27 | 1 | -4/+0 |