aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fix EPA plot test.HEADmasterJ08nY2025-11-211-0/+2
|
* Fix graph plot for old networkx.J08nY2025-11-211-1/+2
|
* Fix tests without optional packages.J08nY2025-11-211-4/+4
|
* Fix epa plot test.J08nY2025-11-201-2/+8
|
* Simplify graph_plot function in epa.J08nY2025-11-201-62/+32
|
* Fix rpa tests.J08nY2025-11-202-2/+2
|
* Enhance scalarmult visualization.J08nY2025-11-192-1507/+2936
|
* Add scalarmult strucutre plot tests.J08nY2025-11-193-28/+190
|
* Improve docs for EPA.J08nY2025-11-191-2/+4
|
* Avoid unnecessary precomputation in window mults.J08nY2025-11-192-3/+6
|
* Fix Comb precomputation.J08nY2025-11-191-1/+1
|
* Fix multiple_graph for countermeasures.J08nY2025-11-194-33/+244
|
* Fix propagation of leaf_callback in tree building.J08nY2025-11-061-1/+1
|
* Progress bar for tree building.J08nY2025-11-063-8/+26
|
* Fix py 3.9 type issue.J08nY2025-11-061-4/+4
|
* More info in tree building output.J08nY2025-11-062-4/+6
|
* Speedup epa simulation.J08nY2025-10-262-15/+37
|
* Add MultPointBlinding countermeasure and test it.J08nY2025-10-264-15/+151
|
* Fix logos.J08nY2025-10-256-239/+51
|
* Add EPA perf script.J08nY2025-10-252-1/+72
|
* Fix ctr tests.J08nY2025-10-241-0/+1
|
* Add test for multiple_graph with countermeasures.J08nY2025-10-241-1/+61
|
* Omit non-initialization of some mults in ctrs.J08nY2025-10-241-4/+2
|
* Expose countermeasure formula requires in a classvar.J08nY2025-10-241-2/+13
|
* Make PointBlinding public API.J08nY2025-10-241-0/+1
|
* Fix lint.J08nY2025-10-191-0/+2
|
* Use nmults instead of type annotations in countermeasures.J08nY2025-10-181-6/+1
|
* Add point blinding countermeasure.J08nY2025-10-183-20/+112
|
* Allow for scalar countermeasures with mixed mults.J08nY2025-10-182-49/+107
|
* Merge pull request #75 from J08nY/feat/ctr-combinationsJán Jančár2025-10-032-73/+207
|\ | | | | Allow ctr combinations.
| * Fix add arg to ctrs.J08nY2025-10-031-2/+2
| |
| * Add a way to control randomness in coountermeasures.J08nY2025-10-032-18/+69
| |
| * Better bound in additive split.J08nY2025-10-031-1/+1
| |
| * Allow for combinations of countermeasures.J08nY2025-10-032-64/+147
| |
* | Merge pull request #74 from J08nY/deepsource-autofix-887f998dJán Jančár2025-10-035-13/+3
|\ \ | |/ |/| refactor: remove unused imports
| * refactor: remove unused importsdeepsource-autofix[bot]2025-10-035-13/+3
|/ | | | An object has been imported but is not used anywhere in the file. It should either be used or the import should be removed.
* Full equivalence.J08nY2025-10-021-1/+1
|
* More tests for sliding windows.J08nY2025-10-011-0/+7
|
* Add artifact note.J08nY2025-09-291-0/+3
|
* Add ECTester slides.J08nY2025-09-181-0/+0
|
* Add ECTester slides.J08nY2025-09-151-0/+8
|
* Add pyecsca slides.J08nY2025-09-092-0/+8
|
* Ignore some mypy issues.J08nY2025-09-022-6/+7
|
* Add consistency tests of graph_to_check_inputs and multiples_computed.J08nY2025-09-023-19/+217
|
* Fix use_init and use_multiply in errors_out.J08nY2025-08-216-71/+251
|
* Remove deprecated numpy.mypy_plugin.J08nY2025-08-111-2/+2
|
* Add complete and incomplete variants of NAF multipliers.J08nY2025-08-114-5/+67
|
* Fix TimeoutError on Python < 3.11.J08nY2025-08-111-0/+1
|
* Make futures test more reliable.J08nY2025-08-111-3/+0
|
* Add no-wait futures.as_completed.J08nY2025-08-112-10/+34
|