aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/ec_gfp/curve_nistp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge ec_gfp and ec_group modulesJack Lloyd2018-02-251-535/+0
* Use BigInt::reduce_below in NIST prime reductionsJack Lloyd2018-02-251-31/+5
* Inline NIST normalize function, use bigint_sub3Jack Lloyd2018-02-231-12/+3
* Avoid unneeded grow_to callsJack Lloyd2018-02-231-1/+2
* Small cleanups in NIST reduction codeJack Lloyd2018-02-231-35/+22
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-108/+108
* Add explicit static_cast operations to eliminate implicit cast compiler warni...Dan Brown2016-04-271-1/+1
* Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-181-2/+5
* Fix heap overflow in ECC point multiplicationJack Lloyd2016-02-011-1/+2
* Expose the NIST prime values and reduction operations as plain functions.Jack Lloyd2015-08-081-75/+62
* lib/math: Convert &vec[0] to vec.data()Daniel Seither2015-06-201-5/+5
* Add BOTAN_DLL back to LibraryInitializer and move some of the implementation tolloyd2015-03-111-1/+3
* Add specialized reducers for P-192, P-224, P-256 and P-384lloyd2015-02-261-3/+497
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add specialized reduction for P-521 along with 9x9 Comba routines.lloyd2014-11-151-0/+95