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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add MultPointBlinding countermeasure and test it.
J08nY
13 days
2
-7
/
+97
*
Omit non-initialization of some mults in ctrs.
J08nY
2025-10-24
1
-4
/
+2
*
Expose countermeasure formula requires in a classvar.
J08nY
2025-10-24
1
-2
/
+13
*
Make PointBlinding public API.
J08nY
2025-10-24
1
-0
/
+1
*
Fix lint.
J08nY
2025-10-19
1
-0
/
+2
*
Use nmults instead of type annotations in countermeasures.
J08nY
2025-10-18
1
-6
/
+1
*
Add point blinding countermeasure.
J08nY
2025-10-18
1
-18
/
+82
*
Allow for scalar countermeasures with mixed mults.
J08nY
2025-10-18
1
-38
/
+90
*
Merge pull request #75 from J08nY/feat/ctr-combinations
Ján Jančár
2025-10-03
1
-59
/
+104
|
\
|
*
Add a way to control randomness in coountermeasures.
J08nY
2025-10-03
1
-11
/
+22
|
*
Better bound in additive split.
J08nY
2025-10-03
1
-1
/
+1
|
*
Allow for combinations of countermeasures.
J08nY
2025-10-03
1
-50
/
+84
*
|
refactor: remove unused imports
deepsource-autofix[bot]
2025-10-03
4
-5
/
+2
|
/
*
Full equivalence.
J08nY
2025-10-02
1
-1
/
+1
*
Ignore some mypy issues.
J08nY
2025-09-02
1
-5
/
+5
*
Fix use_init and use_multiply in errors_out.
J08nY
2025-08-21
2
-5
/
+8
*
Add complete and incomplete variants of NAF multipliers.
J08nY
2025-08-11
2
-4
/
+64
*
Split EPA functonality to speed up computation.
J08nY
2025-07-31
1
-0
/
+10
*
Improve memory and pickle space usage of FakePoint.
J08nY
2025-07-29
1
-2
/
+14
*
Fix mypy proper.
J08nY
2025-07-29
1
-1
/
+1
*
Fix mypy.
J08nY
2025-07-29
1
-1
/
+1
*
Add epa tracking functionality.
J08nY
2025-07-28
1
-2
/
+19
*
Fix mults_computed issue.
J08nY
2025-07-21
2
-2
/
+10
*
More speed for MultipleContext.
J08nY
2025-06-19
1
-7
/
+13
*
Speedup multiples_computed.
J08nY
2025-06-19
1
-0
/
+6
*
Fix is_neutral.
J08nY
2025-03-31
1
-1
/
+3
*
Better is_neutral test in curve.
J08nY
2025-03-31
2
-3
/
+11
*
More specific Mod annotations.
J08nY
2025-03-31
4
-29
/
+35
*
Fix recursion, really.
J08nY
2025-03-30
1
-1
/
+1
*
Avoid infinite recursion.
J08nY
2025-03-30
1
-2
/
+0
*
Fix mods.
J08nY
2025-03-29
3
-12
/
+12
*
Add cube roots to other mod impls.
J08nY
2025-03-29
4
-131
/
+136
*
Add equality check via homogenity.
J08nY
2025-03-28
4
-8
/
+185
*
Fix bnaf always.
J08nY
2025-03-28
1
-4
/
+6
*
Add always to Binary NAF.
J08nY
2025-03-26
4
-5
/
+32
*
Allow Mod formatting.
J08nY
2025-03-20
1
-0
/
+3
*
Add Brumley & Tuveri countermeasure.
J08nY
2025-03-19
1
-0
/
+42
*
Add "always" Comb multiplier that adds random multiples to dummy.
J08nY
2025-03-19
1
-3
/
+16
*
Cleanup docs from unnecessary inherited items.
J08nY
2025-03-19
1
-1
/
+1
*
Solve Flint exception.
J08nY
2025-03-18
1
-1
/
+2
*
Handle ScalingFormula in MultipleContext.
J08nY
2025-03-15
1
-19
/
+36
*
Fix type ignore.
J08nY
2025-03-13
1
-4
/
+4
*
Blacken.
J08nY
2025-03-13
26
-49
/
+132
*
Add "bits" param to scalarmults to have control over their range.
J08nY
2025-03-13
9
-33
/
+42
*
Docs for countermeasures.
J08nY
2025-03-12
2
-38
/
+116
*
Fix multiple mult in rpa context.
J08nY
2025-03-12
1
-1
/
+1
*
Handle precomp points in multiple context.
J08nY
2025-03-12
6
-28
/
+41
*
Add different multiple tracking in multiples_computed.
J08nY
2025-03-11
2
-2
/
+2
*
Fix lint.
J08nY
2025-03-11
1
-3
/
+18
*
Add countermeasures.
J08nY
2025-03-10
1
-0
/
+118
[next]