aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Avoid needless allocation in BigInt operator+=Jack Lloyd2018-02-281-4/+2
* | Optimize P-521 reductionJack Lloyd2018-02-281-1/+17
|/
* Merge GH #1468 Fix Path_Validation_Result::no_warningsJack Lloyd2018-02-283-1/+25
|\
| * Add Path_Validation_Result::warnings_string() methodMathieu Souchaud2018-02-283-0/+21
| * Fix Path_Validation_Result::no_warningsMathieu Souchaud2018-02-281-1/+4
* | Unroll bigint_cnd_{add,sub}Jack Lloyd2018-02-281-8/+28
* | Splitout binary extended GCD algorithmJack Lloyd2018-02-283-3/+26
* | Merge GH #1467 Comment/formatting fixes [ci skip]Jack Lloyd2018-02-282-4/+5
|\ \
| * | One comment fix and one formatting fix [ci skip]René Korthaus2018-02-282-4/+5
* | | Implement chacha20poly1305 in botan CLISimon Warta2018-02-282-0/+7
* | | Minor code styling updates in cli_tests.pySimon Warta2018-02-281-2/+3
|/ /
* | 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