index
:
pyecsca.git
feature/ectester-target
feature/notebooks
master
Python Elliptic Curve Side-Channel Analysis toolkit.
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyecsca
/
ec
/
context.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix codestyle.
J08nY
2025-03-08
1
-1
/
+5
*
Add RPA variant of addition_chain.
J08nY
2025-03-08
1
-0
/
+2
*
Improve context handling and make some stuff zero copy.
J08nY
2025-03-08
1
-5
/
+11
*
New tree API.
J08nY
2024-06-04
1
-11
/
+22
*
Improve execution tree API.
J08nY
2024-06-04
1
-109
/
+87
*
Doctests for EC.
J08nY
2024-06-01
1
-5
/
+6
*
Doctests for context stuff.
J08nY
2024-05-31
1
-4
/
+78
*
Fix docs.
J08nY
2024-05-27
1
-0
/
+1
*
More docs for local contextmanager.
J08nY
2024-05-27
1
-1
/
+9
*
Fix DeepSourcce issues.
J08nY
2024-04-16
1
-2
/
+2
*
Fix issues with pickling and equality checks of EC objects.
J08nY
2024-01-25
1
-0
/
+1
*
Docs fix in context.py
J08nY
2023-08-08
1
-4
/
+0
*
Apply leakage model to execution tree.
J08nY
2023-07-24
1
-1
/
+12
*
Get rid of getcontext/setcontext functions.
J08nY
2023-02-12
1
-55
/
+17
*
Make contexts global and not thread-local.
J08nY
2023-02-12
1
-6
/
+8
*
Fix docstyle and some DeepSource warnings.
J08nY
2023-02-08
1
-3
/
+3
*
More DeepSource fixes.
J08nY
2021-04-24
1
-2
/
+2
*
Make docstring style changes as per pydocstyle.
J08nY
2021-04-11
1
-10
/
+15
*
Implement fixes from DeepSource.
J08nY
2021-04-10
1
-2
/
+2
*
Use black.
J08nY
2021-04-10
1
-4
/
+17
*
The big documentation patch.
J08nY
2021-01-20
1
-0
/
+14
*
Also trace precomputation in MultipleContext.
J08nY
2021-01-16
1
-15
/
+15
*
Add PicoScope 3000 support (partial).
J08nY
2020-07-01
1
-1
/
+8
*
Add path context.
J08nY
2020-06-30
1
-1
/
+31
*
Add a way for actions to have a result.
J08nY
2020-06-13
1
-0
/
+27
*
Fix LTR multiplier, add affine formula stuff.
J08nY
2020-02-19
1
-4
/
+4
*
Better textual representations of classes, new notebooks.
J08nY
2020-02-15
1
-2
/
+2
*
Add the concept of a configuration. Add enumeration of configurations.
J08nY
2020-02-12
1
-17
/
+71
*
Rework context handling into a tree-based approach.
J08nY
2020-02-11
1
-128
/
+45
*
Cleanup op parsing.
J08nY
2020-02-10
1
-12
/
+4
*
Fix type errors, now mypy runs ok.
J08nY
2020-02-08
1
-4
/
+4
*
Add patter matching module.
J08nY
2019-11-22
1
-3
/
+9
*
Separate action into formula action.
J08nY
2019-05-14
1
-16
/
+27
*
More docs and more coverage.
J08nY
2019-04-24
1
-7
/
+41
*
Exclude some lines from coverage.
J08nY
2019-04-23
1
-4
/
+5
*
Add proper context management.
J08nY
2019-04-23
1
-13
/
+161
*
Fix some EFD formulas and their output indices.
J08nY
2019-03-21
1
-1
/
+1
*
Add Op class.
J08nY
2019-03-21
1
-7
/
+4
*
Add Montgomery scalar mult.
J08nY
2019-03-21
1
-5
/
+11
*
Fix basic scalar multipliers.
J08nY
2019-03-21
1
-6
/
+3
*
Setup EC models, curves, formulas from efd.
J08nY
2019-03-21
1
-0
/
+38