aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix imports.J08nY2024-01-314-3/+9
|
* Rename formula expand.J08nY2024-01-312-3/+3
|
* Move formula expand to work with sets.J08nY2024-01-318-99/+99
|
* Name expanded formulas based on transformations.J08nY2024-01-315-13/+15
|
* Add Dmap description method.J08nY2024-01-311-2/+13
|
* Silence pari memory warnings.J08nY2024-01-311-0/+1
|
* Fix dmap cfgs.J08nY2024-01-292-1/+4
|
* Fix docs.J08nY2024-01-293-14/+26
|
* More docs for trees.J08nY2024-01-292-9/+25
|
* Add dmap deduplication.J08nY2024-01-292-16/+38
|
* Add dmap merging.J08nY2024-01-282-1/+41
|
* Optimize tree expansion.J08nY2024-01-281-21/+36
|
* Allow merging of config sets in dmap.J08nY2024-01-283-23/+137
|
* Fix formula tests.J08nY2024-01-271-4/+4
|
* Fix CodeFormula hash.J08nY2024-01-272-3/+12
|
* 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
|\ | | | | Cyparidcp
| * 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
|/ | | | Speeds up formula eval significantly.
* 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
|