aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sca
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add secp256k1 formulas.J08nY2023-11-101-2/+23
| |
* | Add BoringSSL P224 formulas.J08nY2023-11-101-10/+24
| |
* | Add more formulas from BouncyCastle.J08nY2023-11-101-15/+178
| |
* | Add formula similarity metric.J08nY2023-11-101-0/+36
| |
* | Fix codestyle.J08nY2023-10-261-2/+2
| |
* | Make RPA-RE precompute the distinguishing tree.J08nY2023-10-261-12/+23
| |
* | Add trace_set repr test.J08nY2023-10-251-2/+28
|/
* Add trace transform function.J08nY2023-10-161-0/+12
|
* Add "astype" to trace.J08nY2023-10-161-0/+6
|
* Merge pull request #50 from Tomko10/fix/test-target-importJán Jančár2023-10-151-1/+1
|\ | | | | Fix import error in test_target.py
| * fix: Moved exception import from file scope to functionTomáš Jusko2023-10-151-1/+1
| |
* | Ditch the Optionals.J08nY2023-10-142-21/+23
| | | | | | | | Fixes #47.
* | Add trace stretch function.J08nY2023-10-131-1/+9
| |
* | Speedup rolling_mean computation.J08nY2023-10-131-1/+1
| |
* | Fix HDF5 tracesets to allow more than 8k traces.J08nY2023-10-111-8/+8
| |
* | Fix ZVP perf.J08nY2023-10-021-2/+3
| |
* | Allow to compute non-affine factor set.J08nY2023-10-021-3/+7
| |
* | Split to_affine map to factor_set computation, fix mypy.J08nY2023-10-021-31/+96
| |
* | Add filtering of non-homogeneous polynomialsvojtechsu2023-10-021-4/+6
| |
* | Merge pull request #42 from Tomko10/feat/pearson-corr-coefJán Jančár2023-09-301-0/+64
|\ \ | | | | | | Pearson correlation coefficient
| * | fix: PR requested changesTomáš Jusko2023-09-301-11/+1
| | |
| * | feat: Added GPU Pearson corr coefficient testsTomáš Jusko2023-09-301-0/+74
| |/
* | Fix ZVP perf.J08nY2023-09-301-1/+1
| |
* | Unify unroll and unroll with names.J08nY2023-09-301-18/+18
| |
* | Add filtering of RPA polynomialsvojtechsu2023-09-291-14/+14
| |
* | Add special cases to ZVP point construction.J08nY2023-09-262-4/+6
| |
* | Fix ZVP perf script.J08nY2023-09-231-2/+2
| |
* | Fix affine formula unrolling.J08nY2023-09-211-17/+18
| |
* | Add to_affine mapping option to ZVP.J08nY2023-09-211-49/+42
|/
* Merge pull request #38 from Tomko10/feat/stacked-perf-testJán Jančár2023-09-201-18/+87
|\ | | | | Chunked GPU calculation
| * feat: Added configurable stream count and fixed chunkingTomáš Jusko2023-09-181-4/+22
| |
| * feat: Added chunking from memory size ratio paramTomáš Jusko2023-09-071-1/+24
| |
| * fix: Output newline at the end of perf reportTomáš Jusko2023-08-171-0/+1
| |
| * feat: Added chunk size option to perf scriptTomáš Jusko2023-07-141-9/+14
| |
| * feat: Added timing function optionTomáš Jusko2023-04-051-12/+34
| |
* | Bump EFD version and fix formula names.J08nY2023-09-203-16/+21
| |
* | Further ZVP precomp.J08nY2023-08-311-1/+1
| |
* | Compute formula factor set.J08nY2023-08-312-12/+69
| |
* | Fix some deepsource issues.J08nY2023-08-313-4/+1
| |
* | Add fast ZVP test.J08nY2023-08-301-1/+22
| |
* | Fix bogus coverage in scope.J08nY2023-08-291-0/+14
| |
* | Cleanup ZVP computation.J08nY2023-08-292-13/+61
| |
* | Add better test for ZVP point construction.J08nY2023-08-291-1/+13
| |
* | Add ZVP point computation.J08nY2023-08-291-10/+70
| |
* | 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-0919-1458/+1489
| |
* | Move away from pkg_resources.J08nY2023-08-084-4/+4
| |
* | Initial move to pytest.J08nY2023-08-082-13/+4
| |
* | Move to importlib.resources for test data discovery.J08nY2023-08-084-71/+87
| |