summaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Fix switch_sign on xz.J08nY2024-01-271-0/+3
* Add EFD -> Code transformation.J08nY2024-01-275-16/+50
* Mark randomized tests with xfail.J08nY2024-01-261-1/+3
* Add tests for DPA and CPA.J08nY2024-01-263-51/+148
* Add tests for leakagetarget.J08nY2024-01-263-22/+73
* Move CodeFormulas.J08nY2024-01-264-65/+89
* Fix OpResult repr.J08nY2024-01-252-3/+16
* Fix issues with pickling and equality checks of EC objects.J08nY2024-01-2518-145/+289
* Return a point deterministically for zer ZVP polynomial.J08nY2024-01-242-65/+53
* Ditch unused method.J08nY2024-01-231-61/+0
* Add newline.J08nY2024-01-231-1/+1
* Fix PARI DCP solution.J08nY2024-01-233-26/+51
* Add heuristic for PARI stack size allocation.J08nY2024-01-232-10/+22
* Fix perf artifact upload.J08nY2024-01-231-1/+1
* Merge pull request #62 from J08nY/cyparidcpJán Jančár2024-01-238-65/+132
|\
| * Actually depend on pandas and stop their warning.J08nY2024-01-233-1/+6
| * Fix easy case of pari DCP..J08nY2024-01-231-1/+1
| * Welcome Python 3.12.J08nY2024-01-231-0/+1
| * Ditch Python 3.8.J08nY2024-01-234-15/+14
| * Add pari to CI.J08nY2024-01-233-15/+17
| * Fix types.J08nY2024-01-231-5/+10
| * Add cypari2 solver for dcpvojtechsu2024-01-221-10/+59
| * Separate dcp into separate functionsvojtechsu2024-01-221-40/+46
* | Cache sympy simplify results in formula eval.J08nY2024-01-233-6/+12
|/
* Add domain param to map. Fix callable columns.J08nY2024-01-222-16/+19
* Fix and speedup tree construction.J08nY2024-01-213-39/+49
* Make map take codomain.J08nY2024-01-212-14/+32
* Add test for tree expand.J08nY2024-01-211-2/+20
* Add more utilities for working with maps and trees.J08nY2024-01-198-102/+240
* Make tree building more general.J08nY2024-01-183-37/+70
* Add utility ZVP functions.J08nY2024-01-125-21/+260
* Fix ElliptiCurve hashhhability.J08nY2024-01-111-1/+1
* Compute mult-by-n map using PARI impl if available.J08nY2024-01-112-45/+58
* Add PARI based divpoly computation.J08nY2024-01-103-69/+199
* Bump notebook repo.J08nY2024-01-103-2/+2
* Abstract out distinguishing tree computation.J08nY2024-01-083-53/+68
* Add fake addition formulas.J08nY2023-12-224-43/+111
* 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-196-350/+831
|\ \
| * | Fixed skipping tests when CUDA is not availableTomáš Jusko2023-12-191-3/+5
| * | Moved to test_stacked_combineTomáš Jusko2023-12-181-64/+0
| * | Moved Pearson correlation coefficient to combine.pyTomáš Jusko2023-12-181-80/+0
| * | Split tests and added test for chunked combineTomáš Jusko2023-12-183-75/+120
| * | feat: Added pearson correlation coefficient to stacked combineTomáš Jusko2023-12-091-0/+99
| * | 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