| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add domain param to map. Fix callable columns. | J08nY | 2024-01-22 | 1 | -8/+8 |
| | | |||||
| * | Fix and speedup tree construction. | J08nY | 2024-01-21 | 1 | -6/+2 |
| | | |||||
| * | Make map take codomain. | J08nY | 2024-01-21 | 1 | -4/+8 |
| | | |||||
| * | Add test for tree expand. | J08nY | 2024-01-21 | 1 | -2/+20 |
| | | |||||
| * | Add more utilities for working with maps and trees. | J08nY | 2024-01-19 | 1 | -0/+16 |
| | | |||||
| * | Make tree building more general. | J08nY | 2024-01-18 | 1 | -1/+1 |
| | | |||||
| * | Add utility ZVP functions. | J08nY | 2024-01-12 | 1 | -0/+59 |
| | | |||||
| * | Compute mult-by-n map using PARI impl if available. | J08nY | 2024-01-11 | 1 | -4/+3 |
| | | |||||
| * | Add PARI based divpoly computation. | J08nY | 2024-01-10 | 1 | -57/+147 |
| | | |||||
| * | Merge pull request #60 from J08nY/new_formula | Ján Jančár | 2023-12-21 | 3 | -0/+39 |
| |\ | | | | | Add madd-secp256k1-v040 | ||||
| | * | Add madd-secp256k1-v040 | vojtechsu | 2023-12-16 | 3 | -0/+39 |
| | | | |||||
| * | | Merge pull request #61 from Tomko10/feat/stacked-perf-test | Ján Jančár | 2023-12-19 | 4 | -269/+731 |
| |\ \ | | | | | | | Stacked combine perf script update | ||||
| | * | | Fixed skipping tests when CUDA is not available | Tomáš Jusko | 2023-12-19 | 1 | -3/+5 |
| | | | | |||||
| | * | | Moved to test_stacked_combine | Tomáš Jusko | 2023-12-18 | 1 | -64/+0 |
| | | | | |||||
| | * | | Split tests and added test for chunked combine | Tomáš Jusko | 2023-12-18 | 2 | -74/+119 |
| | | | | |||||
| | * | | feat: Added pearson correlation coefficient to perf script | Tomáš Jusko | 2023-12-09 | 1 | -28/+43 |
| | | | | |||||
| | * | | feat: Ensure writing timing data in perf script | Tomáš Jusko | 2023-11-08 | 1 | -8/+9 |
| | | | | |||||
| | * | | fix: Dimension check error | Tomáš Jusko | 2023-10-31 | 1 | -1/+3 |
| | | | | |||||
| | * | | feat: Clarified arguments helps | Tomáš Jusko | 2023-10-31 | 1 | -16/+19 |
| | | | | |||||
| | * | | feat: CSV report export format and report aggregation (untested) | Tomáš Jusko | 2023-10-30 | 1 | -28/+171 |
| | | | | |||||
| | * | | feat: Added options for reporting totals and summary | Tomáš Jusko | 2023-10-30 | 1 | -48/+75 |
| | | | | |||||
| | * | | feat: Combinations of parameters from file | Tomáš Jusko | 2023-10-29 | 1 | -48/+332 |
| | | | | |||||
| | * | | Added default arguments to perf script stack function | Tomáš Jusko | 2023-10-19 | 1 | -2/+6 |
| | | | | |||||
| * | | | Fix configs test. | J08nY | 2023-12-16 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Remove out of scope add-ipp | vojtechsu | 2023-12-15 | 2 | -11/+0 |
| | | | |||||
| * | | Add tests for formula similarity metrics. | J08nY | 2023-12-05 | 1 | -14/+12 |
| | | | |||||
| * | | Add default partition test. | J08nY | 2023-12-05 | 1 | -0/+7 |
| | | | |||||
| * | | Add test for formula expansion. | J08nY | 2023-12-05 | 1 | -0/+14 |
| | | | |||||
| * | | Fix typing. | J08nY | 2023-12-05 | 1 | -5/+1 |
| | | | |||||
| * | | Unify formula gen and formula tests. | J08nY | 2023-12-05 | 2 | -326/+94 |
| | | | |||||
| * | | Integrate formula expansion. | J08nY | 2023-12-05 | 2 | -24/+306 |
| | | | | | | | | | | | | | | | - Moved into pyecsca.ec.formula subpackage. - Unified formula metrics. - Moved tests into tests with library_formula fixture. - Cleaned up typing. | ||||
| * | | Add Window multiplier with Booth recoding. | J08nY | 2023-12-01 | 4 | -129/+332 |
| | | | |||||
| * | | Make RPA-RE work based on the inputs. | J08nY | 2023-11-27 | 1 | -1/+1 |
| | | | |||||
| * | | Add Botan x25519 ladder (from curve25519_donna). | J08nY | 2023-11-24 | 3 | -0/+29 |
| | | | |||||
| * | | Add assumption to ladders that do not contain Z1. | J08nY | 2023-11-18 | 5 | -0/+5 |
| | | | |||||
| * | | Update BoringSSL and IPP. | J08nY | 2023-11-17 | 7 | -0/+60 |
| | | | |||||
| * | | Add formulas from GECC. | J08nY | 2023-11-16 | 5 | -0/+56 |
| | | | |||||
| * | | Add more formulas to lib db. | J08nY | 2023-11-16 | 11 | -0/+153 |
| | | | |||||
| * | | Speedup tests by using faster formulas. | J08nY | 2023-11-16 | 1 | -20/+20 |
| | | | |||||
| * | | Add to_model randomized mapping. | J08nY | 2023-11-16 | 4 | -5/+15 |
| | | | |||||
| * | | Ditch lib formula tests that are not tests. | J08nY | 2023-11-15 | 1 | -69/+0 |
| | | | |||||
| * | | Add SunEC. | J08nY | 2023-11-15 | 13 | -1/+181 |
| | | | |||||
| * | | Add NSS. | J08nY | 2023-11-14 | 3 | -0/+29 |
| | | | |||||
| * | | Add OpenSSL. | J08nY | 2023-11-10 | 7 | -0/+89 |
| | | | |||||
| * | | Add secp256k1 formulas. | J08nY | 2023-11-10 | 7 | -2/+91 |
| | | | |||||
| * | | Add BoringSSL P224 formulas. | J08nY | 2023-11-10 | 6 | -11/+72 |
| | | | |||||
| * | | Add more formulas from BouncyCastle. | J08nY | 2023-11-10 | 13 | -15/+284 |
| | | | |||||
| * | | Add formula similarity metric. | J08nY | 2023-11-10 | 4 | -0/+60 |
| | | | |||||
| * | | Fix assumption eval. | J08nY | 2023-11-07 | 1 | -0/+7 |
| | | | | | | | | | Fixes #53. | ||||
| * | | Fix codestyle. | J08nY | 2023-10-26 | 1 | -2/+2 |
| | | | |||||
