index
:
pyecsca.git
feature/ectester-target
feature/notebooks
master
Python Elliptic Curve Side-Channel Analysis toolkit.
J08nY
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pyecsca
/
ec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only validate assumptions if there are any.
J08nY
2023-02-13
2
-4
/
+4
*
Cache unparsed assumptions in formula.
J08nY
2023-02-12
1
-2
/
+7
*
Add __slots__ to Mods.
J08nY
2023-02-12
1
-0
/
+5
*
Skip unnecessary modular reductions and casts in GMPMod.
J08nY
2023-02-12
1
-18
/
+35
*
Move from instance check to direct typecheck in GMPMod.
J08nY
2023-02-12
1
-2
/
+4
*
Save an unnecessary cast in GMPMod.
J08nY
2023-02-12
1
-4
/
+4
*
Get rid of getcontext/setcontext functions.
J08nY
2023-02-12
2
-62
/
+23
*
Make contexts global and not thread-local.
J08nY
2023-02-12
1
-6
/
+8
*
More DeepSource fixes.
J08nY
2023-02-08
4
-1
/
+13
*
Fix docstyle and some DeepSource warnings.
J08nY
2023-02-08
17
-29
/
+33
*
Fix mypy issues.
J08nY
2023-02-05
3
-16
/
+14
*
Bump std submodule.
J08nY
2022-12-28
1
-0
/
+0
*
Merge pull request #17 from J08nY/deepsource-fix-325158fb
Ján Jančár
2022-03-01
1
-14
/
+14
|
\
|
*
Return `NotImplemented` instead of raising `NotImplementedError`
deepsource-autofix[bot]
2022-03-01
1
-14
/
+14
*
|
Merge collapsible `if` statements
deepsource-autofix[bot]
2022-03-01
2
-9
/
+9
|
/
*
Update std submodule.
J08nY
2021-11-27
1
-0
/
+0
*
Fix type issue in params.load_category.
J08nY
2021-11-26
1
-2
/
+2
*
Fix formula execution with sympy 1.9.1.
J08nY
2021-11-26
1
-2
/
+2
*
Fix working with SymbolicMods in formulas.
J08nY
2021-11-26
1
-1
/
+4
*
Add reproducer for issue #14.
J08nY
2021-05-20
1
-1
/
+2
*
Handle fully symbolic assumptions.
J08nY
2021-05-20
1
-1
/
+13
*
Properly raise warnings.
J08nY
2021-05-19
1
-3
/
+4
*
Bump std submodule.
J08nY
2021-05-12
1
-0
/
+0
*
More DeepSource fixes.
J08nY
2021-04-24
14
-20
/
+20
*
Make docstring style changes as per pydocstyle.
J08nY
2021-04-11
17
-166
/
+154
*
Implement fixes from DeepSource.
J08nY
2021-04-10
6
-85
/
+88
*
Use black.
J08nY
2021-04-10
15
-190
/
+648
*
Better parsing of "end of line"
Davide Alessio
2021-02-12
3
-7
/
+5
*
Speedup RawMod.is_residue by using fast Jacobi symbol impl.
J08nY
2021-01-30
1
-1
/
+23
*
Add performance monitoring and a few improvements to Mod.
J08nY
2021-01-30
1
-11
/
+17
*
Fix SymbolicMod pow.
J08nY
2021-01-22
1
-1
/
+5
*
Add more curve transformations.
J08nY
2021-01-20
1
-8
/
+108
*
The big documentation patch.
J08nY
2021-01-20
17
-38
/
+167
*
Introduce symbolic Mod.
J08nY
2021-01-20
2
-16
/
+115
*
Introduce explicit field argument to formula calls.
J08nY
2021-01-19
4
-18
/
+36
*
Also trace precomputation in MultipleContext.
J08nY
2021-01-16
2
-29
/
+43
*
Add Context for tracing multiples, usable for RPA.
J08nY
2021-01-16
2
-1
/
+10
*
Fix Edwards yzsuared to_model. Extend regression test for #10.
J08nY
2021-01-06
1
-1
/
+1
*
Fix Edwards yz/yzsquared to_model.
J08nY
2021-01-06
2
-3
/
+11
*
Resolve out rationals introduced by SymPy.
J08nY
2021-01-06
1
-12
/
+34
*
Fix type-checking, codestyle and update EFD.
J08nY
2021-01-05
5
-11
/
+8
*
Update EFD and add regression test.
J08nY
2021-01-04
1
-0
/
+0
*
Fixup the packaging, put cfg into a proper subpackage.
J08nY
2020-12-26
4
-4
/
+4
*
Make certain aspects of the library configurable.
J08nY
2020-12-17
4
-24
/
+61
*
Fix pollution of formula variables by ints and subsequent float results.
J08nY
2020-12-17
1
-2
/
+11
*
Make Mod a dynamic class.
J08nY
2020-12-17
1
-18
/
+79
*
Handle formula assumptions.
J08nY
2020-12-17
5
-39
/
+117
*
More docs.
J08nY
2020-12-17
6
-13
/
+92
*
Fix unavailability of ast.unparse on Python 3.8.
J08nY
2020-12-16
1
-1
/
+1
*
Properly handle coordinate system assumptions.
J08nY
2020-12-16
2
-15
/
+117
[next]