aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/sca (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add XDH (X25519, X448).J08nY2024-08-271-2/+2
* Give warning when using slow DCP/divpoly computation.J08nY2024-08-241-0/+2
* Move to function based Mod dispatch.J08nY2024-07-152-15/+15
* Fix issues from new sympy flint use.J08nY2024-07-111-1/+1
* New tree API.J08nY2024-06-043-3/+3
* Improve execution tree API.J08nY2024-06-043-2/+4
* Tests for CPUTraceManager and tests for constant input.J08nY2024-06-021-201/+191
* Doctests for EC.J08nY2024-06-011-1/+1
* Make imports absolute (to allow doctests).J08nY2024-06-0137-176/+212
* Fix CPU pearson_corr for small dtypes.J08nY2024-05-311-3/+4
* Better repr for PickleTraceSet.J08nY2024-05-311-0/+6
* Fix inspector trace set tests.J08nY2024-05-301-1/+1
* Allow to skip scaling in inspector trace load.J08nY2024-05-305-23/+32
* Fix typing issue.J08nY2024-05-271-2/+2
* More docs.J08nY2024-05-213-1/+39
* Add some more missing docs.J08nY2024-05-212-0/+8
* Fix docs for MultipleContext.J08nY2024-05-211-2/+2
* Fix DeepSourcce issues.J08nY2024-04-166-15/+15
* Add random walk metrics to tree description.J08nY2024-04-141-17/+65
* 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
* Add tests for DPA and CPA.J08nY2024-01-262-51/+102
* Add tests for leakagetarget.J08nY2024-01-262-22/+44
* 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