aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/context.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix codestyle.J08nY2025-03-081-1/+5
|
* Add RPA variant of addition_chain.J08nY2025-03-081-0/+2
|
* Improve context handling and make some stuff zero copy.J08nY2025-03-081-5/+11
|
* New tree API.J08nY2024-06-041-11/+22
|
* Improve execution tree API.J08nY2024-06-041-109/+87
|
* Doctests for EC.J08nY2024-06-011-5/+6
|
* Doctests for context stuff.J08nY2024-05-311-4/+78
|
* Fix docs.J08nY2024-05-271-0/+1
|
* More docs for local contextmanager.J08nY2024-05-271-1/+9
|
* Fix DeepSourcce issues.J08nY2024-04-161-2/+2
|
* Fix issues with pickling and equality checks of EC objects.J08nY2024-01-251-0/+1
|
* Docs fix in context.pyJ08nY2023-08-081-4/+0
|
* Apply leakage model to execution tree.J08nY2023-07-241-1/+12
|
* Get rid of getcontext/setcontext functions.J08nY2023-02-121-55/+17
|
* Make contexts global and not thread-local.J08nY2023-02-121-6/+8
|
* Fix docstyle and some DeepSource warnings.J08nY2023-02-081-3/+3
|
* More DeepSource fixes.J08nY2021-04-241-2/+2
|
* Make docstring style changes as per pydocstyle.J08nY2021-04-111-10/+15
|
* Implement fixes from DeepSource.J08nY2021-04-101-2/+2
|
* Use black.J08nY2021-04-101-4/+17
|
* The big documentation patch.J08nY2021-01-201-0/+14
|
* Also trace precomputation in MultipleContext.J08nY2021-01-161-15/+15
|
* Add PicoScope 3000 support (partial).J08nY2020-07-011-1/+8
|
* Add path context.J08nY2020-06-301-1/+31
|
* Add a way for actions to have a result.J08nY2020-06-131-0/+27
|
* Fix LTR multiplier, add affine formula stuff.J08nY2020-02-191-4/+4
|
* Better textual representations of classes, new notebooks.J08nY2020-02-151-2/+2
|
* Add the concept of a configuration. Add enumeration of configurations.J08nY2020-02-121-17/+71
|
* Rework context handling into a tree-based approach.J08nY2020-02-111-128/+45
|
* Cleanup op parsing.J08nY2020-02-101-12/+4
|
* Fix type errors, now mypy runs ok.J08nY2020-02-081-4/+4
|
* Add patter matching module.J08nY2019-11-221-3/+9
|
* Separate action into formula action.J08nY2019-05-141-16/+27
|
* More docs and more coverage.J08nY2019-04-241-7/+41
|
* Exclude some lines from coverage.J08nY2019-04-231-4/+5
|
* Add proper context management.J08nY2019-04-231-13/+161
|
* Fix some EFD formulas and their output indices.J08nY2019-03-211-1/+1
|
* Add Op class.J08nY2019-03-211-7/+4
|
* Add Montgomery scalar mult.J08nY2019-03-211-5/+11
|
* Fix basic scalar multipliers.J08nY2019-03-211-6/+3
|
* Setup EC models, curves, formulas from efd.J08nY2019-03-211-0/+38