| Commit message (Expand) | Author | Age | Files | Lines |
* | Update BigInt::grow_reg and grow_to to be non-const | lloyd | 2008-09-15 | 1 | -2/+2 |
* | 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 |
* | Pass a pointer to a HashFunction to the MGF1 constructor, and have that | lloyd | 2008-09-14 | 1 | -3/+9 |
* | The Memory_Exhaustion exception was only thrown from mem_pool.cpp, so | lloyd | 2008-09-14 | 1 | -9/+0 |
* | Add 16x16->32 word Comba multiply and square | lloyd | 2008-09-09 | 1 | -0/+3 |
* | Add implementation of Salsa20 stream cipher | lloyd | 2008-09-09 | 1 | -0/+39 |
* | Remove bigint_mul_add_words. It was only used now in two callers, | lloyd | 2008-09-07 | 1 | -2/+7 |
* | Inline BigInt::Rep::operator[], BigInt::sig_words, and BigInt::Rep::sig_words | lloyd | 2008-09-07 | 1 | -14/+46 |
* | Inline BigInt::operator[] | lloyd | 2008-09-07 | 1 | -2/+2 |
* | Typo fix | lloyd | 2008-09-07 | 1 | -1/+1 |
* | Inline BigInt::is_zero | lloyd | 2008-09-07 | 1 | -2/+8 |
* | Use a nibble-wide lookup table to reduce loop iterations | lloyd | 2008-09-05 | 1 | -3/+5 |
* | There is no real reason BigInt::grow_to needs to be private (and one | lloyd | 2008-09-05 | 1 | -2/+1 |
* | Change return type of ctz from int to u32bit | lloyd | 2008-09-05 | 1 | -1/+1 |
* | Replace __builtin_ctzl with a new ctz function in bit_ops.h | lloyd | 2008-09-05 | 1 | -1/+12 |
* | Wrap the BigInt register in a small class that caches the significant | lloyd | 2008-09-05 | 1 | -6/+36 |
* | Add new aliases to the DL_Group::Format enum. The previous values were | lloyd | 2008-09-05 | 1 | -3/+13 |
* | Define the functions from bit_ops.h as inline template functions, instead | lloyd | 2008-09-05 | 1 | -6/+58 |
* | Remove code moved to bswap.h and rotate.h, also split xor_buf into | lloyd | 2008-09-02 | 2 | -71/+65 |
* | Split byte swap code and word rotation code off into bswap.h and rotate.h | lloyd | 2008-09-02 | 3 | -2/+69 |
* | Make the declaration of clear() in base classes pure virtual. So if an | lloyd | 2008-07-18 | 2 | -5/+7 |
* | And then add an empty constructor to allow things to contine to compile. | lloyd | 2008-07-13 | 1 | -0/+1 |
* | Disable synthesized copy constructor and assignment operator for | lloyd | 2008-07-13 | 1 | -0/+4 |
* | Add the block cipher Noekeon (http://gro.noekeon.org/). Only "indirect mode" | lloyd | 2008-07-11 | 1 | -0/+35 |
* | Add an implementation of the Shanks-Tonelli algorithm, which is used to | lloyd | 2008-07-07 | 1 | -2/+8 |
* | Missing BOTAN_DLL for XTEA, noted by Joel Low | lloyd | 2008-07-03 | 1 | -1/+1 |
* | Remove the free-standing function deref_alias. It only served as a forwarder | lloyd | 2008-06-30 | 1 | -5/+0 |
* | Remove unnecessary include of rng.h | lloyd | 2008-06-30 | 1 | -1/+0 |
* | Previously X509_Store took two configuration values from the library | lloyd | 2008-06-30 | 1 | -1/+3 |
* | Remove the Config class. | lloyd | 2008-06-30 | 3 | -51/+14 |
* | Remove global_config() - replace by direct calls to global_state() | lloyd | 2008-06-30 | 2 | -5/+1 |
* | Add interfaces for add_entropy_source and add_entropy to | lloyd | 2008-06-28 | 2 | -1/+17 |
* | Change make_rng to be a static member of RandomNumberGenerator | lloyd | 2008-06-28 | 1 | -5/+2 |
* | Include rng.h in botan.h | lloyd | 2008-06-27 | 1 | -0/+1 |
* | New structure for entropy sources + RNGs. The entropy sources are owned by | lloyd | 2008-06-27 | 4 | -11/+17 |
* | Remove the global PRNG object as well as the global list of entropy sources. | lloyd | 2008-06-27 | 2 | -17/+0 |
* | 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 | -1/+1 |
* | Reorganize the EMSA classes, and remove the last references to prng_reference | lloyd | 2008-06-27 | 2 | -2/+12 |
* | Remove load checking, as it requires an RNG (at least at the moment). | lloyd | 2008-06-27 | 10 | -19/+25 |
* | Split IF_Core constructor into two, one for public keys and one for private. | lloyd | 2008-06-27 | 1 | -2/+5 |
* | Remove SHA1PRNG for the moment, until | lloyd | 2008-06-23 | 1 | -41/+0 |
* | Similiar combining transform for the ElGamal, DSA, and NR private key | lloyd | 2008-06-20 | 3 | -6/+7 |
* | Consolidate the two DH_PrivateKey constructors into a single one taking | lloyd | 2008-06-20 | 1 | -2/+2 |
* | Use RNG& argument for PKCS8::encrypt_key and PKCS8::PEM_encode | lloyd | 2008-06-20 | 1 | -5/+12 |
* | Convert pkcs8_decoder() and x509_decoder() to take a RandomNumberGenerator& | lloyd | 2008-06-20 | 4 | -16/+27 |
* | Pass RNG& to IF (RSA/RW) load hooks | lloyd | 2008-06-20 | 1 | -2/+2 |
* | Pass a RandomNumberGenerator& to the PK_Core constructors and the various | lloyd | 2008-06-20 | 6 | -12/+16 |
* | Remove exception specifier from RandomNumberGenerator::randomize | lloyd | 2008-06-18 | 1 | -1/+1 |