aboutsummaryrefslogtreecommitdiffstats
path: root/src/big_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* Wrap the BigInt register in a small class that caches the significantlloyd2008-09-051-412/+0
* Remove random_integer() and replace it with a BigInt constructor taking alloyd2008-05-241-0/+9
* 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
* bit_ops.h no longer includes loadstor.hlloyd2007-10-191-1/+1
* Avoid C-style casts (as detected by GCC's -Wold-style-cast) and instead use lloyd2007-07-231-6/+6
* BigInt::operator[] now guards against accesses that are larger than thelloyd2007-03-031-0/+17
* Add a version of BigInt::binary_decode taking a MemoryRegion of byteslloyd2007-03-011-0/+8
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Add a couple of static_casts to make it clear where a type conversion islloyd2006-09-081-1/+1
* Remove some #include's that were just there for debugging purposes.lloyd2006-06-081-2/+0
* Initial checkin1.5.6lloyd2006-05-181-0/+380