aboutsummaryrefslogtreecommitdiffstats
path: root/include/bigint.h
Commit message (Expand)AuthorAgeFilesLines
* Move all BigInt stuff into bigint/. Currently all asm modules are disabled;lloyd2008-09-281-181/+0
* 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
* 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
* There is no real reason BigInt::grow_to needs to be private (and onelloyd2008-09-051-2/+1
* Wrap the BigInt register in a small class that caches the significantlloyd2008-09-051-6/+36
* Move the declaration of the RandomNumberGenerator base class from base.hlloyd2008-06-101-1/+2
* Remove random_integer() and replace it with a BigInt constructor taking alloyd2008-05-241-0/+1
* Previously random_integer and friends used the global PRNG object to getlloyd2008-05-241-2/+2
* Add BOTAN_DLL macro in all needed spots for working DLL export. Basedlloyd2008-04-211-11/+11
* Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-101-1/+1
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-101-1/+1
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* BigInt::operator[] now guards against accesses that are larger than thelloyd2007-03-031-2/+2
* Add a version of BigInt::binary_decode taking a MemoryRegion of byteslloyd2007-03-011-0/+1
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Remove an unneeded friend declaration for the division function.lloyd2006-08-121-1/+0
* Initial checkin1.5.6lloyd2006-05-181-0/+155