aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/sca (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix graph plot for old networkx.J08nY2025-11-211-1/+2
* Simplify graph_plot function in epa.J08nY2025-11-201-62/+32
* Enhance scalarmult visualization.J08nY2025-11-191-3/+33
* Add scalarmult strucutre plot tests.J08nY2025-11-192-9/+135
* Improve docs for EPA.J08nY2025-11-191-2/+4
* Fix multiple_graph for countermeasures.J08nY2025-11-191-22/+49
* Fix propagation of leaf_callback in tree building.J08nY2025-11-061-1/+1
* Progress bar for tree building.J08nY2025-11-061-6/+23
* 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-261-4/+10
* Add MultPointBlinding countermeasure and test it.J08nY2025-10-261-2/+19
* refactor: remove unused importsdeepsource-autofix[bot]2025-10-031-8/+1
* Add consistency tests of graph_to_check_inputs and multiples_computed.J08nY2025-09-022-14/+14
* Fix use_init and use_multiply in errors_out.J08nY2025-08-212-49/+109
* Cleanup check inputs in EPA.J08nY2025-07-311-0/+3
* Split EPA functonality to speed up computation.J08nY2025-07-311-17/+71
* Fix EPA test.J08nY2025-07-292-40/+71
* Fix literal union.J08nY2025-07-291-2/+2
* Add epa tracking functionality.J08nY2025-07-283-28/+84
* Fix fake_mult short-circuit check.J08nY2025-06-192-2/+2
* Remove prints and fix API change in action tree.J08nY2025-06-191-5/+0
* Fix multiples_computed and addition_chain.J08nY2025-06-192-3/+21
* More speed for MultipleContext.J08nY2025-06-191-7/+8
* Fix mypy.J08nY2025-06-171-5/+14
* Fix timebase setting.J08nY2025-06-161-12/+29
* Fixup mypy.J08nY2025-03-201-4/+4
* Add "always" Comb multiplier that adds random multiples to dummy.J08nY2025-03-191-0/+8
* Cleanup docs from unnecessary inherited items.J08nY2025-03-191-7/+7
* Fix 3.9 annotations.J08nY2025-03-193-13/+9
* Add customizable splitting criterion in tree building.J08nY2025-03-191-19/+76
* More docs in tree building.J08nY2025-03-181-6/+102
* Handle ScalingFormula in MultipleContext.J08nY2025-03-151-2/+11
* Fix ECTester applet comms.J08nY2025-03-141-4/+4
* Blacken.J08nY2025-03-1336-143/+279
* Fix spacing.J08nY2025-03-131-0/+1
* Fix import order.J08nY2025-03-132-3/+3
* Some coverage improvements.J08nY2025-03-134-98/+80
* Docs for countermeasures.J08nY2025-03-121-5/+5
* Fix multiple mult in rpa context.J08nY2025-03-121-1/+1
* Handle precomp points in multiple context.J08nY2025-03-121-11/+36
* Move to union in annotations.J08nY2025-03-111-2/+2
* Add different multiple tracking in multiples_computed.J08nY2025-03-112-18/+45
* Add support for AUX trigger in PicScope alt.J08nY2025-03-111-0/+4
* Fix LEIA response parsing.J08nY2025-03-101-1/+1
* Fix codestyle.J08nY2025-03-081-4/+4
* Add RPA variant of addition_chain.J08nY2025-03-082-25/+49
* Improve context handling and make some stuff zero copy.J08nY2025-03-081-5/+18
* Remove SwapLadderMultiplier.J08nY2024-08-281-3/+3
* More ladder multipliers.J08nY2024-08-281-3/+17