aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sca/test_rpa.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Docs for countermeasures.J08nY2025-03-121-0/+6
* Fix multiple mult in rpa context.J08nY2025-03-121-3/+3
* Handle precomp points in multiple context.J08nY2025-03-121-0/+29
* Add different multiple tracking in multiples_computed.J08nY2025-03-111-0/+18
* Fix codestyle.J08nY2025-03-081-2/+6
* Add RPA variant of addition_chain.J08nY2025-03-081-1/+7
* Remove SwapLadderMultiplier.J08nY2024-08-281-4/+0
* More ladder multipliers.J08nY2024-08-281-15/+51
* Move to function based Mod dispatch.J08nY2024-07-151-13/+13
* Speedup RPA tests.J08nY2024-06-031-4/+20
* Fix DeepSourcce issues.J08nY2024-04-161-3/+9
* Abstract out tree building in RPA and extract common RE class.J08nY2024-04-081-3/+1
* Fix scalarmult hash impls to allow for proper inclusion in sets.J08nY2024-04-041-5/+32
* Make tree building more general.J08nY2024-01-181-1/+1
* Add Window multiplier with Booth recoding.J08nY2023-12-011-20/+70
* Make RPA-RE work based on the inputs.J08nY2023-11-271-1/+1
* Fix codestyle.J08nY2023-10-261-2/+2
* Make RPA-RE precompute the distinguishing tree.J08nY2023-10-261-12/+23
* Fix RPA distinguish test.J08nY2023-08-271-3/+7
* Further unify and specify scalarmults.J08nY2023-08-251-6/+6
* Move sca tests to pytest.J08nY2023-08-091-130/+60
* Add divpoly computation.J08nY2023-07-291-1/+0
* Add tests for RPA-RE.J08nY2023-07-281-5/+77
* Add profiling of sca.combine submodule.J08nY2021-11-271-1/+3
* Add reproducer for issue #14.J08nY2021-05-201-2/+1
* Fix MultipleContext tracing of two actions.J08nY2021-05-121-0/+8
* Use black.J08nY2021-04-101-10/+26
* Fix codestyle and typing issues in tests.J08nY2021-01-201-0/+4
* Release pyecsca-0.1.0.0.1.0J08nY2021-01-161-2/+0
* Also trace precomputation in MultipleContext.J08nY2021-01-161-9/+45
* Add Context for tracing multiples, usable for RPA.J08nY2021-01-161-0/+31