index
:
pyecsca.git
feature/ectester-target
feature/notebooks
master
Python Elliptic Curve Side-Channel Analysis toolkit.
J08nY
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pyecsca
/
ec
/
mod.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split mod to a package.
J08nY
2024-07-15
1
-963
/
+0
*
Fix mod doctest.
J08nY
2024-07-15
1
-1
/
+1
*
Test 3.12 in CI.
J08nY
2024-07-15
1
-2
/
+2
*
Improve mod docs.
J08nY
2024-07-15
1
-2
/
+41
*
More thorough formula test.
J08nY
2024-07-15
1
-1
/
+0
*
Add faster modulus checks for other special methods.
J08nY
2024-07-12
1
-0
/
+28
*
Speedup modulus check.
J08nY
2024-07-11
1
-6
/
+15
*
Fix warning catch in Python <= 3.10.
J08nY
2024-07-11
1
-2
/
+2
*
Fix is_residue in Flint.
J08nY
2024-07-11
1
-3
/
+18
*
Use fast sqrtmod in Flint.
J08nY
2024-07-11
1
-12
/
+6
*
Prefer gmp to flint.
J08nY
2024-07-11
1
-1
/
+1
*
Fix primality check in FlintMod.
J08nY
2024-07-11
1
-9
/
+15
*
Fix FlintMod pickling.
J08nY
2024-07-11
1
-0
/
+7
*
Fix DeepSource issues.
J08nY
2024-07-11
1
-10
/
+0
*
Fix perf filename for flint.
J08nY
2024-07-11
1
-1
/
+1
*
Fix codestyle.
J08nY
2024-07-11
1
-1
/
+1
*
Add support for python-flint-based Mod.
J08nY
2024-07-11
1
-11
/
+177
*
Fix issues from new sympy flint use.
J08nY
2024-07-11
1
-31
/
+10
*
Make imports absolute (to allow doctests).
J08nY
2024-06-01
1
-11
/
+19
*
Add bit_length to Mod.
J08nY
2024-05-27
1
-0
/
+15
*
Ditch the Optionals.
J08nY
2023-10-14
1
-1
/
+1
*
Add divpoly computation.
J08nY
2023-07-29
1
-1
/
+1
*
Add ZVP formula unroll.
J08nY
2023-07-29
1
-6
/
+4
*
Move to better hash implementations.
J08nY
2023-07-28
1
-1
/
+1
*
Tiny performance improvements.
J08nY
2023-07-24
1
-1
/
+1
*
Only validate assumptions if there are any.
J08nY
2023-02-13
1
-3
/
+2
*
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
*
Fix docstyle and some DeepSource warnings.
J08nY
2023-02-08
1
-6
/
+6
*
Return `NotImplemented` instead of raising `NotImplementedError`
deepsource-autofix[bot]
2022-03-01
1
-14
/
+14
*
More DeepSource fixes.
J08nY
2021-04-24
1
-1
/
+1
*
Make docstring style changes as per pydocstyle.
J08nY
2021-04-11
1
-7
/
+3
*
Implement fixes from DeepSource.
J08nY
2021-04-10
1
-54
/
+54
*
Use black.
J08nY
2021-04-10
1
-3
/
+10
*
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
*
The big documentation patch.
J08nY
2021-01-20
1
-28
/
+43
*
Introduce symbolic Mod.
J08nY
2021-01-20
1
-14
/
+113
*
Add Context for tracing multiples, usable for RPA.
J08nY
2021-01-16
1
-0
/
+9
*
Fix type-checking, codestyle and update EFD.
J08nY
2021-01-05
1
-9
/
+3
*
Fixup the packaging, put cfg into a proper subpackage.
J08nY
2020-12-26
1
-1
/
+1
*
Make certain aspects of the library configurable.
J08nY
2020-12-17
1
-13
/
+18
*
Make Mod a dynamic class.
J08nY
2020-12-17
1
-18
/
+79
*
Handle formula assumptions.
J08nY
2020-12-17
1
-15
/
+6
*
Add point compare using scaling formula.
J08nY
2020-12-10
1
-8
/
+6
*
Update docs and README.
J08nY
2020-12-10
1
-0
/
+2
*
Fix to_affine mapping, fix affine formulas with infinity point.
J08nY
2020-12-10
1
-0
/
+2
[next]