aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint/big_code.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-150/+0
* Remove all support for octal BigInt conversions.lloyd2012-08-011-27/+12
* Plain hex_decode now returns a std::vector, use hex_decode_locked tolloyd2012-05-261-6/+6
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-14/+20
* Fixes for GCC 4.7.0 (r183974)lloyd2012-02-071-1/+3
* More VC warning fixeslloyd2011-02-091-2/+4
* Use size_t in all of math, remove to_u32bitlloyd2010-10-121-11/+11
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-4/+3
* More changes to avoid vector to pointer implicit conversionslloyd2010-09-141-5/+5
* Update some callers that were using Hex_Encoder or Hex_Decoder butlloyd2010-09-031-15/+17
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-19/+21
* Rearrange BigInt directories:lloyd2008-09-301-0/+152