aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/sca
Commit message (Collapse)AuthorAgeFilesLines
* Fix propagation of leaf_callback in tree building.HEADmasterJ08nY42 hours1-1/+1
|
* Progress bar for tree building.J08nY44 hours1-6/+23
|
* Fix py 3.9 type issue.J08nY45 hours1-4/+4
|
* More info in tree building output.J08nY45 hours2-4/+6
|
* Speedup epa simulation.J08nY13 days1-4/+10
|
* Add MultPointBlinding countermeasure and test it.J08nY13 days1-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
|
* 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
| | | | It is the same as LadderMultiplier. The swaps are not tracked.
* More ladder multipliers.J08nY2024-08-281-3/+17
|
* Add XDH (X25519, X448).J08nY2024-08-271-2/+2
|
* 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
|
* New tree API.J08nY2024-06-043-3/+3
|
* Improve execution tree API.J08nY2024-06-043-2/+4
|