aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix overflow in monty_redcJack Lloyd2018-02-271-4/+4
* Avoid unnecessary calls to BigInt::grow_toJack Lloyd2018-02-261-4/+9
* Avoid using monty workspace for reduce_belowJack Lloyd2018-02-261-6/+6
* Optimize P-256 and P-384 reductionJack Lloyd2018-02-263-33/+98
* Remove use of redc_helper in fuzzersJack Lloyd2018-02-266-54/+48
* Avoid some needless allocationsJack Lloyd2018-02-262-13/+31
* Optimize Barrett reductionJack Lloyd2018-02-265-21/+134
* Add BigInt::operator*= taking a wordJack Lloyd2018-02-262-2/+23
* Add functions to EC_Group for getting base point coordinatesJack Lloyd2018-02-257-26/+77
* Merge GH #1461 Add Montgomery_Int typeJack Lloyd2018-02-258-88/+460
|\
| * Add Montgomery_Int typeJack Lloyd2018-02-258-88/+460
* | Merge ec_gfp and ec_group modulesJack Lloyd2018-02-2510-11/+3
* | Add comment explaining why we are using these useless lambdasJack Lloyd2018-02-251-0/+2
* | Remove a couple of fairly bogus ECC testsJack Lloyd2018-02-251-67/+10
* | In ECC tests don't recreate groups that are built inJack Lloyd2018-02-251-47/+15
* | Use reduce_below in PointGFpJack Lloyd2018-02-252-8/+6
|/
* Only test strong DL_Group generation in long testsJack Lloyd2018-02-251-4/+7
* Use BigInt::reduce_below in NIST prime reductionsJack Lloyd2018-02-251-31/+5
* Add BigInt::reduce_belowJack Lloyd2018-02-252-0/+33
* Benchmark larger DH valuesJack Lloyd2018-02-251-1/+1
* Check z_size before doing Karatsuba mul/sqrJack Lloyd2018-02-251-2/+2
* Add a size check for basecase mulJack Lloyd2018-02-251-8/+11
* Pass workspace size to various bigint_ functionsJack Lloyd2018-02-258-41/+52
* Change pow_mod fuzzer to also accept p from inputJack Lloyd2018-02-251-11/+15
* Unroll ARMv8 AES instructions by 4 to allow pipeliningJack Lloyd2018-02-251-84/+307
* Fix autodetection of sparc64/mips64 [ci skip]Jack Lloyd2018-02-251-0/+10
* Implement decryptionJack Lloyd2018-02-232-43/+148
* AES encryption using POWER8 intrinsicsJack Lloyd2018-02-236-0/+299
* Fix handling of misaligned loads in AltiVec SIMD wrapperJack Lloyd2018-02-231-22/+12
* Add misaligned load/store test to SIMDJack Lloyd2018-02-231-35/+52
* Specify in test message that input is misalignedJack Lloyd2018-02-231-2/+2
* Do runtime endian check when CPUID is initializedJack Lloyd2018-02-231-0/+1
* Test block ciphers with mis-aligned inputsJack Lloyd2018-02-231-2/+28
* Use GetProcessWorkingSetSize instead of GetProcessWorkingSetSizeExJack Lloyd2018-02-231-2/+1
* Add DL_Group::estimated_strengthJack Lloyd2018-02-234-4/+25
* Add EC_Group::verify_public_elementJack Lloyd2018-02-233-28/+33
* Add DL_Group functions to verify elementsJack Lloyd2018-02-233-31/+48
* Simplify IDEA key scheduleJack Lloyd2018-02-231-23/+28
* Use 2-bit wide table in PointGFp multi_exponentiateJack Lloyd2018-02-232-17/+56
* Inline NIST normalize function, use bigint_sub3Jack Lloyd2018-02-231-12/+3
* Minor optimizations in BigInt memory handlingJack Lloyd2018-02-232-2/+4
* Avoid unneeded grow_to callsJack Lloyd2018-02-231-1/+2
* Small cleanups in NIST reduction codeJack Lloyd2018-02-231-35/+22
* Fix an error in BigInt operator-Jack Lloyd2018-02-233-6/+59
* In PointGFp add/double avoid creating temporariesJack Lloyd2018-02-233-40/+60
* Merge GH #1457 Use faster algorithm for ECC multiplicationJack Lloyd2018-02-2220-293/+536
|\
| * Fix fuzzer buildJack Lloyd2018-02-221-3/+6
| * Move declarations that don't need to be friends of PointGFpJack Lloyd2018-02-211-21/+20
| * Small cleanupJack Lloyd2018-02-211-3/+8
| * Minimize header dependenciesJack Lloyd2018-02-212-2/+2