aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add back from Ajisai 0.5.0 the implementations of the SSLv3 MAC and PRFlloyd2008-09-272-5/+63
* Expose CMAC::poly_double as a static function since it looks like I maylloyd2008-09-241-0/+4
* Make DSA param generation interfaces in DL_Group publiclloyd2008-09-181-9/+10
* Add an optimization suggested by Yves Jerschow to combine the fourlloyd2008-09-171-4/+4
* Add a patch sent by Tim Burris <[email protected]> adding private operator= lloyd2008-09-173-1/+28
* Change the constructor for LubyRackoff. Previously it took a string,lloyd2008-09-151-2/+3
* Remove the cache for BigInt::sig_words. I'm baffled how it is it workslloyd2008-09-151-67/+24
* Update BigInt::grow_reg and grow_to to be non-constlloyd2008-09-151-2/+2
* Make MemoryRegion members non-mutable, change const declslloyd2008-09-151-8/+8
* Slight cleanup in loop iterationlloyd2008-09-151-2/+2
* Pass a pointer to a HashFunction to the MGF1 constructor, and have thatlloyd2008-09-141-3/+9
* The Memory_Exhaustion exception was only thrown from mem_pool.cpp, solloyd2008-09-141-9/+0
* Add 16x16->32 word Comba multiply and squarelloyd2008-09-091-0/+3
* Add implementation of Salsa20 stream cipherlloyd2008-09-091-0/+39
* Remove bigint_mul_add_words. It was only used now in two callers,lloyd2008-09-071-2/+7
* Inline BigInt::Rep::operator[], BigInt::sig_words, and BigInt::Rep::sig_wordslloyd2008-09-071-14/+46
* Inline BigInt::operator[]lloyd2008-09-071-2/+2
* Typo fixlloyd2008-09-071-1/+1
* Inline BigInt::is_zerolloyd2008-09-071-2/+8
* Use a nibble-wide lookup table to reduce loop iterationslloyd2008-09-051-3/+5
* There is no real reason BigInt::grow_to needs to be private (and onelloyd2008-09-051-2/+1
* Change return type of ctz from int to u32bitlloyd2008-09-051-1/+1
* Replace __builtin_ctzl with a new ctz function in bit_ops.hlloyd2008-09-051-1/+12
* Wrap the BigInt register in a small class that caches the significantlloyd2008-09-051-6/+36
* Add new aliases to the DL_Group::Format enum. The previous values werelloyd2008-09-051-3/+13
* Define the functions from bit_ops.h as inline template functions, insteadlloyd2008-09-051-6/+58
* Remove code moved to bswap.h and rotate.h, also split xor_buf intolloyd2008-09-022-71/+65
* Split byte swap code and word rotation code off into bswap.h and rotate.hlloyd2008-09-023-2/+69
* Make the declaration of clear() in base classes pure virtual. So if anlloyd2008-07-182-5/+7
* And then add an empty constructor to allow things to contine to compile.lloyd2008-07-131-0/+1
* Disable synthesized copy constructor and assignment operator forlloyd2008-07-131-0/+4
* Add the block cipher Noekeon (http://gro.noekeon.org/). Only "indirect mode"lloyd2008-07-111-0/+35
* Add an implementation of the Shanks-Tonelli algorithm, which is used tolloyd2008-07-071-2/+8
* Missing BOTAN_DLL for XTEA, noted by Joel Lowlloyd2008-07-031-1/+1
* Remove the free-standing function deref_alias. It only served as a forwarderlloyd2008-06-301-5/+0
* Remove unnecessary include of rng.hlloyd2008-06-301-1/+0
* Previously X509_Store took two configuration values from the librarylloyd2008-06-301-1/+3
* Remove the Config class.lloyd2008-06-303-51/+14
* Remove global_config() - replace by direct calls to global_state()lloyd2008-06-302-5/+1
* Add interfaces for add_entropy_source and add_entropy tolloyd2008-06-282-1/+17
* Change make_rng to be a static member of RandomNumberGeneratorlloyd2008-06-281-5/+2
* Include rng.h in botan.hlloyd2008-06-271-0/+1
* New structure for entropy sources + RNGs. The entropy sources are owned bylloyd2008-06-274-11/+17
* Remove the global PRNG object as well as the global list of entropy sources.lloyd2008-06-272-17/+0
* Remove PRNG_Unseeded throw() specifies from the RNG randomize() functions.lloyd2008-06-272-2/+2
* OctetString now requires a RandomNumberGenerator& to create a randomlloyd2008-06-271-1/+1
* Reorganize the EMSA classes, and remove the last references to prng_referencelloyd2008-06-272-2/+12
* Remove load checking, as it requires an RNG (at least at the moment).lloyd2008-06-2710-19/+25
* Split IF_Core constructor into two, one for public keys and one for private.lloyd2008-06-271-2/+5
* Remove SHA1PRNG for the moment, untillloyd2008-06-231-41/+0