aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/bigint/big_ops3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify BigInt addition and subtractionJack Lloyd2018-11-301-73/+21
* Add operator*(BigInt, word)Jack Lloyd2018-08-231-0/+18
* Inline this operator+ [ci skip]Jack Lloyd2018-04-261-5/+0
* Add BigInt functions for adding, subtracting and comparing with wordsJack Lloyd2018-04-261-26/+49
* Remove MP_WORD_BITS constantJack Lloyd2018-03-011-4/+4
* Remove BigInt using functions from mp layerJack Lloyd2018-03-011-1/+5
* Pass workspace size to various bigint_ functionsJack Lloyd2018-02-251-1/+1
* Fix an error in BigInt operator-Jack Lloyd2018-02-231-0/+1
* Minor optimizations for BigInt operator/Jack Lloyd2018-02-191-0/+6
* Remove redundant parensJack Lloyd2017-10-031-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-2/+2
* Reduction of code complexity in MP & ECC classes.Matthias Gierlings2016-06-191-3/+2
* 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/+191