summaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Add tests for leakagetarget.J08nY2024-01-261-0/+29
* Move CodeFormulas.J08nY2024-01-261-0/+13
* Fix OpResult repr.J08nY2024-01-251-1/+10
* Fix issues with pickling and equality checks of EC objects.J08nY2024-01-252-1/+90
* 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
* Compute mult-by-n map using PARI impl if available.J08nY2024-01-111-4/+3
* Add PARI based divpoly computation.J08nY2024-01-101-57/+147
* Merge pull request #60 from J08nY/new_formulaJán Jančár2023-12-213-0/+39
|\
| * Add madd-secp256k1-v040vojtechsu2023-12-163-0/+39
* | Merge pull request #61 from Tomko10/feat/stacked-perf-testJán Jančár2023-12-194-269/+731
|\ \
| * | 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
* | | Fix configs test.J08nY2023-12-161-1/+1
| |/ |/|
* | Remove out of scope add-ippvojtechsu2023-12-152-11/+0
* | Add tests for formula similarity metrics.J08nY2023-12-051-14/+12
* | Add default partition test.J08nY2023-12-051-0/+7
* | Add test for formula expansion.J08nY2023-12-051-0/+14
* | Fix typing.J08nY2023-12-051-5/+1
* | Unify formula gen and formula tests.J08nY2023-12-052-326/+94
* | Integrate formula expansion.J08nY2023-12-052-24/+306
* | Add Window multiplier with Booth recoding.J08nY2023-12-014-129/+332
* | Make RPA-RE work based on the inputs.J08nY2023-11-271-1/+1
* | Add Botan x25519 ladder (from curve25519_donna).J08nY2023-11-243-0/+29
* | Add assumption to ladders that do not contain Z1.J08nY2023-11-185-0/+5
* | Update BoringSSL and IPP.J08nY2023-11-177-0/+60
* | Add formulas from GECC.J08nY2023-11-165-0/+56
* | Add more formulas to lib db.J08nY2023-11-1611-0/+153
* | Speedup tests by using faster formulas.J08nY2023-11-161-20/+20
* | Add to_model randomized mapping.J08nY2023-11-164-5/+15
* | Ditch lib formula tests that are not tests.J08nY2023-11-151-69/+0
* | Add SunEC.J08nY2023-11-1513-1/+181