aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Abstract out distinguishing tree computation.J08nY2024-01-083-53/+68
|
* Add fake addition formulas.J08nY2023-12-224-43/+111
|
* Merge pull request #60 from J08nY/new_formulaJán Jančár2023-12-213-0/+39
|\ | | | | Add madd-secp256k1-v040
| * Add madd-secp256k1-v040vojtechsu2023-12-163-0/+39
| |
* | Merge pull request #61 from Tomko10/feat/stacked-perf-testJán Jančár2023-12-196-350/+831
|\ \ | | | | | | Stacked combine perf script update
| * | Fixed skipping tests when CUDA is not availableTomáš Jusko2023-12-191-3/+5
| | |
| * | Moved to test_stacked_combineTomáš Jusko2023-12-181-64/+0
| | |
| * | Moved Pearson correlation coefficient to combine.pyTomáš Jusko2023-12-181-80/+0
| | |
| * | Split tests and added test for chunked combineTomáš Jusko2023-12-183-75/+120
| | |
| * | feat: Added pearson correlation coefficient to stacked combineTomáš Jusko2023-12-091-0/+99
| | |
| * | feat: Added pearson correlation coefficient to perf scriptTomáš Jusko2023-12-091-28/+43
| | |
| * | feat: Ensure writing timing data in perf scriptTomáš Jusko2023-11-081-8/+9
| | |
| * | fix: Dimension check errorTomáš Jusko2023-10-311-1/+3
| | |
| * | feat: Clarified arguments helpsTomáš Jusko2023-10-311-16/+19
| | |
| * | feat: CSV report export format and report aggregation (untested)Tomáš Jusko2023-10-301-28/+171
| | |
| * | feat: Added options for reporting totals and summaryTomáš Jusko2023-10-301-48/+75
| | |
| * | feat: Combinations of parameters from fileTomáš Jusko2023-10-291-48/+332
| | |
| * | Merge branch 'feat/pearson-corr-coef' of github.com:Tomko10/pyecsca into ↵Tomáš Jusko2023-10-190-0/+0
| |\ \ | | | | | | | | | | | | feat/pearson-corr-coef
| | * | Added default arguments to perf script stack functionTomáš Jusko2023-10-151-2/+6
| | | |
| * | | Added default arguments to perf script stack functionTomáš Jusko2023-10-191-2/+6
| | | |
* | | | Fix configs test.J08nY2023-12-161-1/+1
| | | |
* | | | Fix typing.J08nY2023-12-161-1/+2
| | | |
* | | | Restrict all_configurations per library analysis.J08nY2023-12-161-6/+8
| |_|/ |/| |
* | | Remove out of scope add-ippvojtechsu2023-12-152-11/+0
| | |
* | | Merge pull request #59 from andrr3j/CPA_correlations_trackingJán Jančár2023-12-151-0/+7
|\ \ \ | | | | | | | | Added tracking and plotting correlations in CPA
| * \ \ Merge branch 'J08nY:master' into CPA_correlations_trackingAndrej Bátora2023-12-1425-721/+2593
| |\ \ \ | |/ / / |/| | |
* | | | Remove str.removesuffixvojtechsu2023-12-121-4/+6
| | | |
* | | | Merge pull request #58 from J08nY/feat/fliparoosJán Jančár2023-12-122-16/+29
|\ \ \ \ | | | | | | | | | | Feat/fliparoos
| * | | | Missing type hintsvojtechsu2023-12-111-3/+2
| | | | |
| * | | | Fix sign treatment in switch signvojtechsu2023-12-112-15/+29
| | | | |
* | | | | Merge pull request #55 from andrr3j/fix/namingJán Jančár2023-12-111-3/+3
|\ \ \ \ \ | | | | | | | | | | | | renamed files and target class
| * \ \ \ \ Merge branch 'J08nY:master' into fix/namingAndrej Bátora2023-12-0724-718/+2575
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #56 from J08nY/feat/fliparoosJán Jančár2023-12-0515-564/+2028
|\ \ \ \ \ \ | | |/ / / / | |/| | | | Add fliparoos and other formula generation.
| * | | | | Move private formula gen files into doc-coverage exclusion.J08nY2023-12-052-1/+4
| | | | | |
| * | | | | Add tests for formula similarity metrics.J08nY2023-12-051-14/+12
| | | | | |
| * | | | | Add default partition test.J08nY2023-12-051-0/+7
| | | | | |
| * | | | | Remove randint in Fliparoo name.J08nY2023-12-052-3/+8
| | | | | |
| * | | | | Add test for formula expansion.J08nY2023-12-052-31/+38
| | | | | |
| * | | | | Fix typing.J08nY2023-12-058-350/+34
| | | | | |
| * | | | | Unify formula gen and formula tests.J08nY2023-12-053-337/+94
| | | | | |
| * | | | | Integrate formula expansion.J08nY2023-12-0516-943/+768
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Moved into pyecsca.ec.formula subpackage. - Unified formula metrics. - Moved tests into tests with library_formula fixture. - Cleaned up typing.
| * | | | | Add partitions, refactoringvojtechsu2023-12-056-269/+974
| | | | | |
| * | | | | Fix efd loadvojtechsu2023-12-052-14/+188
| | | | | |
| * | | | | Add ivs normvojtechsu2023-12-051-0/+10
| | | | | |
| * | | | | Update testsvojtechsu2023-12-052-57/+33
| | | | | |
| * | | | | Add exception for modified coordinatesvojtechsu2023-12-051-5/+10
| | | | | |
| * | | | | Add rename to efdgraphvojtechsu2023-12-051-2/+9
| | | | | |
| * | | | | Change fliparoo generation to return chainsvojtechsu2023-12-051-11/+12
| | | | | |
| * | | | | Add playground notebookvojtechsu2023-12-051-0/+177
| | | | | |
| * | | | | Add basic testsvojtechsu2023-12-051-0/+291
| | | | | |