aboutsummaryrefslogtreecommitdiff
path: root/test/ec
Commit message (Collapse)AuthorAgeFilesLines
* Add MultPointBlinding countermeasure and test it.J08nY13 days1-6/+35
|
* Fix ctr tests.J08nY2025-10-241-0/+1
|
* Add test for multiple_graph with countermeasures.J08nY2025-10-241-1/+61
|
* Add point blinding countermeasure.J08nY2025-10-181-1/+29
|
* Allow for scalar countermeasures with mixed mults.J08nY2025-10-181-11/+17
|
* Fix add arg to ctrs.J08nY2025-10-031-2/+2
|
* Add a way to control randomness in coountermeasures.J08nY2025-10-031-7/+47
|
* Allow for combinations of countermeasures.J08nY2025-10-031-14/+63
|
* More tests for sliding windows.J08nY2025-10-011-0/+7
|
* Add complete and incomplete variants of NAF multipliers.J08nY2025-08-112-1/+3
|
* Add repro for #71.J08nY2025-06-171-1/+16
|
* Add perf for cubic roots.J08nY2025-03-291-0/+12
|
* Fix homog test.J08nY2025-03-281-1/+1
|
* Add equality check via homogenity.J08nY2025-03-282-1/+73
|
* Fix tests.J08nY2025-03-261-1/+1
|
* Add always to Binary NAF.J08nY2025-03-262-0/+2
|
* Allow Mod formatting.J08nY2025-03-201-1/+3
|
* Add Brumley & Tuveri countermeasure.J08nY2025-03-191-1/+20
|
* Fix Comb miscall inn tests.J08nY2025-03-191-1/+1
|
* Add "always" Comb multiplier that adds random multiples to dummy.J08nY2025-03-191-1/+5
|
* Add "bits" param to scalarmults to have control over their range.J08nY2025-03-132-42/+163
|
* Fix multiple mult in rpa context.J08nY2025-03-1218-50/+51
|
* Fix lint.J08nY2025-03-111-19/+40
|
* Add countermeasures.J08nY2025-03-101-0/+79
|
* Fix codestyle.J08nY2025-03-081-7/+9
|
* Fix undefined mod test.J08nY2025-03-081-0/+5
|
* Improve context handling and make some stuff zero copy.J08nY2025-03-081-0/+32
|
* Remove SwapLadderMultiplier.J08nY2024-08-282-59/+26
| | | | It is the same as LadderMultiplier. The swaps are not tracked.
* More ladder multipliers.J08nY2024-08-281-12/+22
|
* Add XDH (X25519, X448).J08nY2024-08-272-35/+200
|
* Add more metadata to networkx_graph.J08nY2024-08-261-9/+30
|
* Add parallel version of formula expansion.J08nY2024-08-261-1/+8
|
* Move library formulas from test to main package.J08nY2024-07-241-3/+3
|
* Fix Mod -> mod in tests.J08nY2024-07-161-2/+2
|
* Better print in perf.J08nY2024-07-163-17/+59
|
* Fix pow in Mod.J08nY2024-07-161-1/+1
|
* Fix perf.J08nY2024-07-151-3/+3
|
* Move to function based Mod dispatch.J08nY2024-07-1510-134/+135
|
* Fix feature flag imports in perf.J08nY2024-07-153-3/+7
|
* More thorough formula test.J08nY2024-07-151-2/+9
|
* Add raw profiler.J08nY2024-07-153-3/+3
|
* Perf test also scalarmult with tracing.J08nY2024-07-151-0/+12
|
* Save free_symbols call.J08nY2024-07-121-8/+17
|
* Fix DeepSource issues.J08nY2024-07-111-2/+2
|
* Fix perf filename for flint.J08nY2024-07-113-6/+6
|
* Add support for python-flint-based Mod.J08nY2024-07-114-4/+3
|
* Fix issues from new sympy flint use.J08nY2024-07-112-19/+1
|
* Fix divpoly tests.J08nY2024-07-111-11/+14
|
* Pin sympy temporarily until they fix their stuff.J08nY2024-07-101-3/+3
| | | | | https://github.com/sympy/sympy/issues/26789 https://github.com/sympy/sympy/issues/26791
* New tree API.J08nY2024-06-041-1/+1
|