aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/sca/re (follow)
Commit message (Collapse)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
| | | | An object has been imported but is not used anywhere in the file. It should either be used or the import should be removed.
* 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
| | | | They cannot be used with short-circuiting mults.
* More speed for MultipleContext.J08nY2025-06-191-7/+8
|
* Add "always" Comb multiplier that adds random multiples to dummy.J08nY2025-03-191-0/+8
|
* Fix 3.9 annotations.J08nY2025-03-191-3/+3
|
* 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
|
* Blacken.J08nY2025-03-133-6/+29
|
* 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
|
* 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
| | | | It is the same as LadderMultiplier. The swaps are not tracked.
* More ladder multipliers.J08nY2024-08-281-3/+17
|
* Give warning when using slow DCP/divpoly computation.J08nY2024-08-241-0/+2
|
* Move to function based Mod dispatch.J08nY2024-07-152-15/+15
|
* Fix issues from new sympy flint use.J08nY2024-07-111-1/+1
|
* Make imports absolute (to allow doctests).J08nY2024-06-014-36/+51
|
* More docs.J08nY2024-05-213-1/+39
|
* Add some more missing docs.J08nY2024-05-211-0/+5
|
* Fix docs for MultipleContext.J08nY2024-05-211-2/+2
|
* Fix DeepSourcce issues.J08nY2024-04-163-6/+6
|
* Add random walk metrics to tree description.J08nY2024-04-141-17/+65
|
* Add more metrics to Tree description.J08nY2024-04-131-3/+6
|