aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix ElliptiCurve hashhhability.J08nY2024-01-111-1/+1
* Compute mult-by-n map using PARI impl if available.J08nY2024-01-111-41/+55
* Add PARI based divpoly computation.J08nY2024-01-101-12/+51
* Bump notebook repo.J08nY2024-01-101-1/+1
* Abstract out distinguishing tree computation.J08nY2024-01-083-53/+68
* Add fake addition formulas.J08nY2023-12-224-43/+111
* Merge pull request #61 from Tomko10/feat/stacked-perf-testJán Jančár2023-12-192-81/+100
|\
| * Moved Pearson correlation coefficient to combine.pyTomáš Jusko2023-12-181-80/+0
| * Split tests and added test for chunked combineTomáš Jusko2023-12-181-1/+1
| * feat: Added pearson correlation coefficient to stacked combineTomáš Jusko2023-12-091-0/+99
* | Fix typing.J08nY2023-12-161-1/+2
* | Restrict all_configurations per library analysis.J08nY2023-12-161-6/+8
* | Merge branch 'J08nY:master' into CPA_correlations_trackingAndrej Bátora2023-12-1416-242/+1852
|\ \
| * | Remove str.removesuffixvojtechsu2023-12-121-4/+6
| * | Merge pull request #58 from J08nY/feat/fliparoosJán Jančár2023-12-122-16/+29
| |\ \
| | * | Missing type hintsvojtechsu2023-12-111-3/+2
| | * | Fix sign treatment in switch signvojtechsu2023-12-112-15/+29
| * | | Merge branch 'J08nY:master' into fix/namingAndrej Bátora2023-12-0715-239/+1834
| |\| |
| | * | Remove randint in Fliparoo name.J08nY2023-12-052-3/+8
| | * | Add test for formula expansion.J08nY2023-12-051-31/+24
| | * | Fix typing.J08nY2023-12-057-345/+33
| | * | Integrate formula expansion.J08nY2023-12-0514-919/+462
| | * | 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
| | * | Add switch-signvojtechsu2023-12-051-0/+128
| | * | Add fliparoosvojtechsu2023-12-054-0/+704
| | * | Add Window multiplier with Booth recoding.J08nY2023-12-012-24/+209
| | * | Document multiple context attrs.J08nY2023-11-292-1/+4
| * | | renamed files and target classAndrej Bátora2023-11-271-3/+3
| |/ /
* / / Added tracking and plotting correlations in CPAAndrej Bátora2023-12-141-0/+7
|/ /
* | Make RPA-RE work based on the inputs.J08nY2023-11-271-7/+48
* | Log scalarmult names in RPA tree.J08nY2023-11-271-1/+1
* | Add to_model randomized mapping.J08nY2023-11-163-17/+62
* | Ditch lib formula tests that are not tests.J08nY2023-11-152-0/+5
* | Add NSS.J08nY2023-11-141-7/+8
* | Add secp256k1 formulas.J08nY2023-11-101-4/+4
* | Add more formulas from BouncyCastle.J08nY2023-11-101-4/+9
* | Add formula similarity metric.J08nY2023-11-101-0/+67
* | Fix assumption eval.J08nY2023-11-072-2/+2
* | Fix missing samples copy.J08nY2023-10-261-1/+1
* | Fix codestyle.J08nY2023-10-261-0/+2
* | Fix mypy.J08nY2023-10-261-1/+1
* | Make RPA-RE precompute the distinguishing tree.J08nY2023-10-261-40/+80