aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/bigint/big_io.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revamp BigInt encoding and decoding.Jack Lloyd2019-01-241-7/+13
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-1/+1
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-1/+1
* Avoid using <iostream> header within the libraryJack Lloyd2017-09-021-1/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-1/+1
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* lib/math: Convert &vec[0] to vec.data()Daniel Seither2015-06-201-1/+1
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+55