aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/bigint/big_code.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a constant time divide variant for dividing by uint8_tJack Lloyd2018-12-021-7/+6
* Fix BigInt::to_{dec,hex}_string for zeroJack Lloyd2018-08-151-1/+8
* Cleanup of BigInt encoding/decoding functionsJack Lloyd2018-08-141-8/+43
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-3/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-15/+15
* Fix leading zero bytes in DSA, ECDSA, ECGDSA and ECKCDSA signaturesRené Korthaus2016-08-171-0/+11
* lib/math: Convert &vec[0] to vec.data()Daniel Seither2015-06-201-6/+6
* Specify class name for static functionlloyd2015-03-131-1/+1
* Add BigInt::encode_1363 writing to specified bufferlloyd2015-03-111-3/+8
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+150