aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/sca/re
Commit message (Expand)AuthorAgeFilesLines
...
* Add more metrics to Tree description.J08nY2024-04-131-3/+6
* Add early deduplication to Map.from_sets.J08nY2024-04-131-6/+36
* Fix tree building with deduplicated dmaps.J08nY2024-04-121-1/+1
* Fix None codomain addition in dmap.J08nY2024-04-111-1/+1
* Fix pandas warning.J08nY2024-04-091-1/+1
* Fix types.J08nY2024-04-091-1/+1
* Fix dmap indexing with callable cfg.J08nY2024-04-091-1/+1
* Fix dmap printing.J08nY2024-04-081-5/+5
* Improve tree building with more quantities.J08nY2024-04-081-1/+8
* Abstract out tree building in RPA and extract common RE class.J08nY2024-04-083-79/+147
* Short circuit in ZVP eliminate_y if already eliminated.J08nY2024-04-031-0/+3
* Fix typing.J08nY2024-04-021-1/+1
* Fix ZVP.J08nY2024-02-011-1/+1
* Fix compute_fsets.J08nY2024-02-011-1/+1
* Get rid of bunch of warnings.J08nY2024-02-011-15/+32
* Move formula expand to work with sets.J08nY2024-01-311-72/+2
* Add Dmap description method.J08nY2024-01-311-2/+13
* Silence pari memory warnings.J08nY2024-01-311-0/+1
* Fix dmap cfgs.J08nY2024-01-291-1/+3
* Fix docs.J08nY2024-01-291-12/+19
* More docs for trees.J08nY2024-01-291-2/+15
* Add dmap deduplication.J08nY2024-01-291-6/+15
* Add dmap merging.J08nY2024-01-281-1/+23
* Optimize tree expansion.J08nY2024-01-281-21/+36
* Allow merging of config sets in dmap.J08nY2024-01-282-15/+94
* Return a point deterministically for zer ZVP polynomial.J08nY2024-01-241-20/+38
* Ditch unused method.J08nY2024-01-231-61/+0
* Fix PARI DCP solution.J08nY2024-01-232-25/+42
* Add heuristic for PARI stack size allocation.J08nY2024-01-231-10/+14
* Fix easy case of pari DCP..J08nY2024-01-231-1/+1
* Add pari to CI.J08nY2024-01-231-9/+11
* 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
* Add domain param to map. Fix callable columns.J08nY2024-01-221-8/+11
* Fix and speedup tree construction.J08nY2024-01-212-33/+47
* Make map take codomain.J08nY2024-01-211-10/+24
* Add more utilities for working with maps and trees.J08nY2024-01-193-99/+205
* Make tree building more general.J08nY2024-01-182-36/+69
* Add utility ZVP functions.J08nY2024-01-122-20/+198
* Bump notebook repo.J08nY2024-01-101-1/+1
* Abstract out distinguishing tree computation.J08nY2024-01-082-50/+68
* Add fake addition formulas.J08nY2023-12-221-1/+1
* Integrate formula expansion.J08nY2023-12-051-76/+0
* Document multiple context attrs.J08nY2023-11-291-0/+3
* Make RPA-RE work based on the inputs.J08nY2023-11-271-7/+48
* Log scalarmult names in RPA tree.J08nY2023-11-271-1/+1
* Add to_model randomized mapping.J08nY2023-11-162-9/+32
* Ditch lib formula tests that are not tests.J08nY2023-11-152-0/+5
* Add NSS.J08nY2023-11-141-7/+8