aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/bigint/bigint.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Header file cleanupsJack Lloyd2017-09-211-2/+0
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-15/+15
* Internal header cleanupsJack Lloyd2015-09-191-1/+1
* Fix BigInt random_integer() distribution issue.Simon Warta2015-07-241-2/+2
* Refactor BigIntSimon Warta2015-07-241-0/+11
* BigInt::to_u32bit failed on 32-bit integers. GH #220Jack Lloyd2015-07-231-1/+1
* Fix round_upSimon Warta2015-07-151-2/+2
* Add specialized reducers for P-192, P-224, P-256 and P-384lloyd2015-02-261-36/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Inline BigInt::get_bit and byte_atlloyd2015-01-081-21/+0
* Add specialized reduction for P-521 along with 9x9 Comba routines.lloyd2014-11-151-8/+3
* Avoid a ubsan warning on GCC 4.9 due uninitialized sign enum beinglloyd2014-03-301-4/+0
* Move lib into srclloyd2014-01-101-0/+350