summaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec
Commit message (Expand)AuthorAgeFilesLines
* More speed for MultipleContext.J08nY2025-06-191-7/+13
* Speedup multiples_computed.J08nY2025-06-191-0/+6
* 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
* Add always to Binary NAF.J08nY2025-03-264-5/+32
* 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-191-3/+16
* Cleanup docs from unnecessary inherited items.J08nY2025-03-191-1/+1
* Solve Flint exception.J08nY2025-03-181-1/+2
* Handle ScalingFormula in MultipleContext.J08nY2025-03-151-19/+36
* Fix type ignore.J08nY2025-03-131-4/+4
* Blacken.J08nY2025-03-1326-49/+132
* Add "bits" param to scalarmults to have control over their range.J08nY2025-03-139-33/+42
* Docs for countermeasures.J08nY2025-03-122-38/+116
* Fix multiple mult in rpa context.J08nY2025-03-121-1/+1
* Handle precomp points in multiple context.J08nY2025-03-126-28/+41
* Add different multiple tracking in multiples_computed.J08nY2025-03-112-2/+2
* Fix lint.J08nY2025-03-111-3/+18
* Add countermeasures.J08nY2025-03-101-0/+118
* Fix codestyle.J08nY2025-03-081-1/+5
* Add RPA variant of addition_chain.J08nY2025-03-083-0/+40
* Improve context handling and make some stuff zero copy.J08nY2025-03-081-5/+11
* Add plausible to docs.J08nY2024-08-281-1/+1
* Remove SwapLadderMultiplier.J08nY2024-08-281-94/+0
* More ladder multipliers.J08nY2024-08-288-40/+98
* Add XDH (X25519, X448).J08nY2024-08-273-22/+215
* Bump std submodule to include Curve448.J08nY2024-08-271-0/+0
* Make formula expand fully deterministic.J08nY2024-08-261-5/+2
* Add more metadata to networkx_graph.J08nY2024-08-261-3/+3
* Add parallel version of formula expansion.J08nY2024-08-263-13/+89
* Fix iterable import.J08nY2024-08-261-2/+1
* Make formula expand deterministic.J08nY2024-08-264-33/+58
* Give warning when using slow DCP/divpoly computation.J08nY2024-08-241-0/+3
* Move library formulas from test to main package.J08nY2024-07-2464-0/+727
* Explain option to cythonize in docs.J08nY2024-07-161-1/+1
* Better print in perf.J08nY2024-07-163-8/+16
* Use faster symbol.name instead of str(symbol).J08nY2024-07-161-3/+3
* Fix pow in Mod.J08nY2024-07-167-21/+9
* Do not ABC the Mod.J08nY2024-07-151-2/+1
* Move to function based Mod dispatch.J08nY2024-07-1514-83/+77
* Fix feature flag imports in perf.J08nY2024-07-151-0/+7
* Split mod to a package.J08nY2024-07-157-963/+1029