aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/bigint/bigint.h
Commit message (Expand)AuthorAgeFilesLines
* Use class for exception typesJack Lloyd2017-10-021-2/+5
* Use explicit on more single-argument constructorsJack Lloyd2017-09-301-1/+1
* Use a side channel silent table look up in the Montgomery exponentiationJack Lloyd2017-09-251-0/+11
* Apply final annotations to the library alsoJack Lloyd2017-09-221-2/+2
* Header file cleanupsJack Lloyd2017-09-211-1/+3
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-12/+12
* Content:Tomasz Frydrych2017-04-031-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-24/+24
* Fix leading zero bytes in DSA, ECDSA, ECGDSA and ECKCDSA signaturesRené Korthaus2016-08-171-0/+9
* Internal header cleanupsJack Lloyd2015-09-191-1/+1
* Fix typosSimon Warta2015-07-241-1/+1
* Fix BigInt random_integer() distribution issue.Simon Warta2015-07-241-3/+13
* Refactor BigIntSimon Warta2015-07-241-7/+3
* s/auto/size_t/Simon Warta2015-07-031-1/+1
* More changes for use with debug STLSimon Warta2015-06-301-1/+5
* lib/math: Convert &vec[0] to vec.data()Daniel Seither2015-06-201-6/+6
* Add BigInt::encode_1363 writing to specified bufferlloyd2015-03-111-0/+2
* Add specialized reducers for P-192, P-224, P-256 and P-384lloyd2015-02-261-3/+28
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* This assumed other headers it did not includelloyd2015-01-081-1/+2
* Inline BigInt::get_bit and byte_atlloyd2015-01-081-2/+9
* Add specialized reduction for P-521 along with 9x9 Comba routines.lloyd2014-11-151-0/+5
* 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-301-1/+1
* Move lib into srclloyd2014-01-101-0/+570