summaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* More iters in RPA perf.J08nY2025-06-191-1/+1
|
* Remove prints and fix API change in action tree.J08nY2025-06-191-1/+1
|
* Fix multiples_computed and addition_chain.J08nY2025-06-192-2/+13
| | | | They cannot be used with short-circuiting mults.
* Speedup multiples_computed.J08nY2025-06-192-3/+53
|
* 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 bnaf always.J08nY2025-03-281-0/+9
|
* Move to loky for multiprocessing.J08nY2025-03-272-0/+17
|
* Fix tests.J08nY2025-03-261-1/+1
|
* Add always to Binary NAF.J08nY2025-03-263-2/+4
|
* Allow Mod formatting.J08nY2025-03-201-1/+3
|
* Add Brumley & Tuveri countermeasure.J08nY2025-03-191-1/+20
|
* Fix Comb miscall inn tests.J08nY2025-03-192-5/+5
|
* Add "always" Comb multiplier that adds random multiples to dummy.J08nY2025-03-191-1/+5
|
* Add customizable splitting criterion in tree building.J08nY2025-03-191-2/+4
|
* Fix RPA test.J08nY2025-03-151-2/+4
|
* Add "bits" param to scalarmults to have control over their range.J08nY2025-03-132-42/+163
|
* Fix addition chain test.J08nY2025-03-121-1/+1
|
* Docs for countermeasures.J08nY2025-03-121-0/+6
|
* Fix multiple mult in rpa context.J08nY2025-03-1237-82/+89
|
* Handle precomp points in multiple context.J08nY2025-03-122-2/+48
|
* Add different multiple tracking in multiples_computed.J08nY2025-03-111-0/+18
|
* Fix lint.J08nY2025-03-111-19/+40
|
* Add countermeasures.J08nY2025-03-101-0/+79
|
* Fix codestyle.J08nY2025-03-082-9/+15
|
* Fix undefined mod test.J08nY2025-03-081-0/+5
|
* Add RPA variant of addition_chain.J08nY2025-03-081-1/+7
|
* Improve context handling and make some stuff zero copy.J08nY2025-03-081-0/+32
|
* Fix multiplecontext issue.J08nY2024-08-281-2/+2
|
* Remove SwapLadderMultiplier.J08nY2024-08-284-80/+50
| | | | It is the same as LadderMultiplier. The swaps are not tracked.
* More ladder multipliers.J08nY2024-08-282-27/+73
|
* Add XDH (X25519, X448).J08nY2024-08-274-37/+206
|
* 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-2466-730/+3
|
* Fix Mod -> mod in tests.J08nY2024-07-161-2/+2
|
* Better print in perf.J08nY2024-07-166-20/+77
|
* Fix pow in Mod.J08nY2024-07-161-1/+1
|
* Fix perf.J08nY2024-07-151-3/+3
|
* Move to function based Mod dispatch.J08nY2024-07-1513-158/+159
|
* Fix feature flag imports in perf.J08nY2024-07-154-4/+9
|
* Cleanup new profiler.J08nY2024-07-151-2/+15
|
* More thorough formula test.J08nY2024-07-151-2/+9
|
* Add raw profiler.J08nY2024-07-156-14/+29
|
* Perf test also scalarmult with tracing.J08nY2024-07-151-0/+12
|
* Save free_symbols call.J08nY2024-07-121-8/+17
|
* Perf ZVP with Flint as well.J08nY2024-07-111-3/+3
|
* Fix DeepSource issues.J08nY2024-07-111-2/+2
|