aboutsummaryrefslogtreecommitdiff
path: root/pyecsca
Commit message (Collapse)AuthorAgeFilesLines
* Fix mypy.J08nY2025-07-291-1/+1
|
* Fix literal union.J08nY2025-07-291-2/+2
|
* Add epa tracking functionality.J08nY2025-07-284-30/+103
|
* Fix mults_computed issue.J08nY2025-07-212-2/+10
|
* 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-192-14/+21
|
* Speedup multiples_computed.J08nY2025-06-191-0/+6
|
* Fix mypy.J08nY2025-06-171-5/+14
|
* Fix timebase setting.J08nY2025-06-161-12/+29
|
* Fix is_neutral.J08nY2025-03-311-1/+3
|
* Better is_neutral test in curve.J08nY2025-03-312-3/+11
|
* More specific Mod annotations.J08nY2025-03-314-29/+35
|
* Fix recursion, really.J08nY2025-03-301-1/+1
|
* Avoid infinite recursion.J08nY2025-03-301-2/+0
|
* Fix mods.J08nY2025-03-293-12/+12
|
* Add cube roots to other mod impls.J08nY2025-03-294-131/+136
|
* Add equality check via homogenity.J08nY2025-03-284-8/+185
|
* Fix bnaf always.J08nY2025-03-281-4/+6
|
* Move to loky for multiprocessing.J08nY2025-03-271-1/+1
|
* Add always to Binary NAF.J08nY2025-03-264-5/+32
|
* Fixup mypy.J08nY2025-03-201-4/+4
|
* Allow Mod formatting.J08nY2025-03-201-0/+3
|
* Add Brumley & Tuveri countermeasure.J08nY2025-03-191-0/+42
|
* Add "always" Comb multiplier that adds random multiples to dummy.J08nY2025-03-192-3/+24
|
* Cleanup docs from unnecessary inherited items.J08nY2025-03-192-8/+8
|
* Fix 3.9 annotations.J08nY2025-03-193-13/+9
|
* Add customizable splitting criterion in tree building.J08nY2025-03-191-19/+76
|
* Solve Flint exception.J08nY2025-03-181-1/+2
|
* More docs in tree building.J08nY2025-03-181-6/+102
|
* Handle ScalingFormula in MultipleContext.J08nY2025-03-152-21/+47
|
* Fix ECTester applet comms.J08nY2025-03-141-4/+4
|
* Fix type ignore.J08nY2025-03-131-4/+4
|
* Blacken.J08nY2025-03-1365-195/+435
|
* Add "bits" param to scalarmults to have control over their range.J08nY2025-03-139-33/+42
|
* 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-123-43/+121
|
* Fix multiple mult in rpa context.J08nY2025-03-122-2/+2
|
* Handle precomp points in multiple context.J08nY2025-03-127-39/+77
|
* Move to union in annotations.J08nY2025-03-111-2/+2
|
* Add different multiple tracking in multiples_computed.J08nY2025-03-114-20/+47
|
* Fix lint.J08nY2025-03-111-3/+18
|
* Add support for AUX trigger in PicScope alt.J08nY2025-03-111-0/+4
|
* Fix LEIA response parsing.J08nY2025-03-101-1/+1
|
* Add countermeasures.J08nY2025-03-101-0/+118
|
* Fix codestyle.J08nY2025-03-082-5/+9
|
* Add RPA variant of addition_chain.J08nY2025-03-085-25/+89
|