aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sca (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Short circuit in ZVP eliminate_y if already eliminated.J08nY2024-04-031-0/+3
|
* Get rid of bunch of warnings.J08nY2024-02-012-12/+27
|
* Move formula expand to work with sets.J08nY2024-01-312-2/+3
|
* Fix dmap cfgs.J08nY2024-01-291-0/+1
|
* More docs for trees.J08nY2024-01-291-7/+10
|
* Add dmap deduplication.J08nY2024-01-291-10/+23
|
* Add dmap merging.J08nY2024-01-281-0/+18
|
* Allow merging of config sets in dmap.J08nY2024-01-281-8/+43
|
* Mark randomized tests with xfail.J08nY2024-01-261-1/+3
|
* Add tests for DPA and CPA.J08nY2024-01-261-0/+46
|
* Add tests for leakagetarget.J08nY2024-01-261-0/+29
|
* Return a point deterministically for zer ZVP polynomial.J08nY2024-01-241-45/+15
|
* Add newline.J08nY2024-01-231-1/+1
|
* Fix PARI DCP solution.J08nY2024-01-231-1/+9
|
* Add heuristic for PARI stack size allocation.J08nY2024-01-231-0/+8
|
* Add domain param to map. Fix callable columns.J08nY2024-01-221-8/+8
|
* Fix and speedup tree construction.J08nY2024-01-211-6/+2
|
* Make map take codomain.J08nY2024-01-211-4/+8
|
* Add test for tree expand.J08nY2024-01-211-2/+20
|
* Add more utilities for working with maps and trees.J08nY2024-01-191-0/+16
|
* Make tree building more general.J08nY2024-01-181-1/+1
|
* Add utility ZVP functions.J08nY2024-01-121-0/+59
|
* Merge pull request #61 from Tomko10/feat/stacked-perf-testJán Jančár2023-12-194-269/+731
|\ | | | | Stacked combine perf script update
| * Fixed skipping tests when CUDA is not availableTomáš Jusko2023-12-191-3/+5
| |
| * Moved to test_stacked_combineTomáš Jusko2023-12-181-64/+0
| |
| * Split tests and added test for chunked combineTomáš Jusko2023-12-182-74/+119
| |
| * feat: Added pearson correlation coefficient to perf scriptTomáš Jusko2023-12-091-28/+43
| |
| * feat: Ensure writing timing data in perf scriptTomáš Jusko2023-11-081-8/+9
| |
| * fix: Dimension check errorTomáš Jusko2023-10-311-1/+3
| |
| * feat: Clarified arguments helpsTomáš Jusko2023-10-311-16/+19
| |
| * feat: CSV report export format and report aggregation (untested)Tomáš Jusko2023-10-301-28/+171
| |
| * feat: Added options for reporting totals and summaryTomáš Jusko2023-10-301-48/+75
| |
| * feat: Combinations of parameters from fileTomáš Jusko2023-10-291-48/+332
| |
| * Added default arguments to perf script stack functionTomáš Jusko2023-10-191-2/+6
| |
* | Unify formula gen and formula tests.J08nY2023-12-051-315/+0
| |
* | Integrate formula expansion.J08nY2023-12-051-1/+1
| | | | | | | | | | | | | | - Moved into pyecsca.ec.formula subpackage. - Unified formula metrics. - Moved tests into tests with library_formula fixture. - Cleaned up typing.
* | Add Window multiplier with Booth recoding.J08nY2023-12-011-20/+70
| |
* | Make RPA-RE work based on the inputs.J08nY2023-11-271-1/+1
| |
* | Add Botan x25519 ladder (from curve25519_donna).J08nY2023-11-241-0/+7
| |
* | Update BoringSSL and IPP.J08nY2023-11-171-0/+14
| |
* | Add formulas from GECC.J08nY2023-11-161-0/+14
| |
* | Add more formulas to lib db.J08nY2023-11-161-0/+35
| |
* | Add to_model randomized mapping.J08nY2023-11-161-2/+12
| |
* | Ditch lib formula tests that are not tests.J08nY2023-11-151-69/+0
| |
* | Add SunEC.J08nY2023-11-151-1/+43
| |
* | Add NSS.J08nY2023-11-141-0/+7
| |
* | Add OpenSSL.J08nY2023-11-101-0/+21
| |
* | Add secp256k1 formulas.J08nY2023-11-101-2/+23
| |