summaryrefslogtreecommitdiffhomepage
path: root/pyecsca/sca/re
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Add early deduplication to Map.from_sets.J08nY2024-04-131-6/+36
* Fix tree building with deduplicated dmaps.J08nY2024-04-121-1/+1
* Fix None codomain addition in dmap.J08nY2024-04-111-1/+1
* Fix pandas warning.J08nY2024-04-091-1/+1
* Fix types.J08nY2024-04-091-1/+1
* Fix dmap indexing with callable cfg.J08nY2024-04-091-1/+1
* Fix dmap printing.J08nY2024-04-081-5/+5
* Improve tree building with more quantities.J08nY2024-04-081-1/+8
* Abstract out tree building in RPA and extract common RE class.J08nY2024-04-083-79/+147
* Short circuit in ZVP eliminate_y if already eliminated.J08nY2024-04-031-0/+3
* Fix typing.J08nY2024-04-021-1/+1
* Fix ZVP.J08nY2024-02-011-1/+1
* Fix compute_fsets.J08nY2024-02-011-1/+1
* Get rid of bunch of warnings.J08nY2024-02-011-15/+32
* Move formula expand to work with sets.J08nY2024-01-311-72/+2
* Add Dmap description method.J08nY2024-01-311-2/+13
* Silence pari memory warnings.J08nY2024-01-311-0/+1
* Fix dmap cfgs.J08nY2024-01-291-1/+3
* Fix docs.J08nY2024-01-291-12/+19
* More docs for trees.J08nY2024-01-291-2/+15