aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/bigint
Commit message (Expand)AuthorAgeFilesLines
* lib/math: Convert &vec[0] to vec.data()Daniel Seither2015-06-206-18/+18
* Specify class name for static functionlloyd2015-03-131-1/+1
* Add BigInt::encode_1363 writing to specified bufferlloyd2015-03-112-3/+10
* Add specialized reducers for P-192, P-224, P-256 and P-384lloyd2015-02-262-39/+31
* Ensure all files have copyright and license info.lloyd2015-01-109-9/+9
* This assumed other headers it did not includelloyd2015-01-081-1/+2
* Inline BigInt::get_bit and byte_atlloyd2015-01-082-23/+9
* Add specialized reduction for P-521 along with 9x9 Comba routines.lloyd2014-11-152-8/+8
* Use 20 Miller-Rabin iterations regardless of the size of the integer. Thislloyd2014-04-131-1/+1
* Avoid a ubsan warning on GCC 4.9 due uninitialized sign enum beinglloyd2014-03-302-5/+1
* Move lib into srclloyd2014-01-1010-0/+1779