aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add uv.lock.J08nY2025-07-011-0/+4420
* Allow python 3.13.J08nY2025-07-011-2/+3
* Fix fake_mult short-circuit check.J08nY2025-06-192-2/+2
* Try to fix perf archival.J08nY2025-06-191-1/+2
* More iters in RPA perf.J08nY2025-06-191-1/+1
* Remove prints and fix API change in action tree.J08nY2025-06-192-6/+1
* Fix multiples_computed and addition_chain.J08nY2025-06-194-5/+34
* More speed for MultipleContext.J08nY2025-06-192-14/+21
* Speedup multiples_computed.J08nY2025-06-194-4/+60
* Fix perf merge CI.J08nY2025-06-171-1/+1
* Fix mypy.J08nY2025-06-171-5/+14
* Disallow bad sympy.J08nY2025-06-171-1/+1
* Add repro for #71.J08nY2025-06-171-1/+16
* 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 perf for cubic roots.J08nY2025-03-291-0/+12
* Add cube roots to other mod impls.J08nY2025-03-294-131/+136
* Fix homog test.J08nY2025-03-281-1/+1
* Add equality check via homogenity.J08nY2025-03-286-9/+258
* Fix bnaf always.J08nY2025-03-282-4/+15
* Move to loky for multiprocessing.J08nY2025-03-274-2/+20
* Fix tests.J08nY2025-03-261-1/+1
* Add always to Binary NAF.J08nY2025-03-267-7/+36
* Fixup mypy.J08nY2025-03-202-5/+5
* Allow Mod formatting.J08nY2025-03-202-1/+6
* Add Brumley & Tuveri countermeasure.J08nY2025-03-193-1/+63
* Fix Comb miscall inn tests.J08nY2025-03-192-5/+5
* Add "always" Comb multiplier that adds random multiples to dummy.J08nY2025-03-193-4/+29
* Cleanup docs from unnecessary inherited items.J08nY2025-03-193-10/+10
* Fix 3.9 annotations.J08nY2025-03-193-13/+9
* Add customizable splitting criterion in tree building.J08nY2025-03-192-21/+80
* Solve Flint exception.J08nY2025-03-181-1/+2
* More docs in tree building.J08nY2025-03-181-6/+102
* Fix RPA test.J08nY2025-03-151-2/+4
* 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
* Update pre-commit.J08nY2025-03-131-3/+3
* Blacken.J08nY2025-03-1365-195/+435
* Add "bits" param to scalarmults to have control over their range.J08nY2025-03-1311-75/+205
* Fix spacing.J08nY2025-03-131-0/+1
* Fix import order.J08nY2025-03-132-3/+3
* Some coverage improvements.J08nY2025-03-134-98/+80
* Fix addition chain test.J08nY2025-03-121-1/+1
* Docs for countermeasures.J08nY2025-03-125-43/+132