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
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: Added host Pearson coefficient runner function
Tomáš Jusko
2023-09-25
1
-9
/
+38
*
feat: Changed inputs to const memory for general combine functions
Tomáš Jusko
2023-09-25
1
-17
/
+29
*
feat: Added Pearson correlation coefficient for GPU
Tomáš Jusko
2023-09-24
1
-0
/
+44
*
feat: Added extra inputs to general combine function
Tomáš Jusko
2023-09-24
1
-10
/
+36
*
feat: Added events to prevent H2D race conditions
Tomáš Jusko
2023-09-20
1
-0
/
+9
*
Merge pull request #38 from Tomko10/feat/stacked-perf-test
Ján Jančár
2023-09-20
1
-72
/
+252
|
\
|
*
Added GPUTraceManager init docstring. Changed total memory to available memory
Tomáš Jusko
2023-09-20
1
-1
/
+10
|
*
fix: Deepsource errors
Tomáš Jusko
2023-09-18
1
-27
/
+42
|
*
feat: Added configurable stream count and fixed chunking
Tomáš Jusko
2023-09-18
1
-66
/
+99
|
*
feat: Changed streams to a fixed number
Tomáš Jusko
2023-09-12
1
-10
/
+13
|
*
feat: Added chunking from memory size ratio param
Tomáš Jusko
2023-09-07
1
-8
/
+45
|
*
fix: Fixed chunked GPU computation, refactored
Tomáš Jusko
2023-08-22
1
-50
/
+68
|
*
fix: Changed samples numpy order for chunking
Tomáš Jusko
2023-08-17
1
-0
/
+2
|
*
feat: Added chunked processing with parametric size
Tomáš Jusko
2023-07-14
1
-32
/
+95
|
*
feat: Added kernel caching
Tomáš Jusko
2023-04-05
1
-8
/
+8
*
|
Bump EFD version and fix formula names.
J08nY
2023-09-20
3
-1
/
+28
*
|
Add more curve model transformaations.
J08nY
2023-08-31
4
-39
/
+137
*
|
Actually optimize ZVP precomp.
J08nY
2023-08-31
1
-0
/
+2
*
|
Further ZVP precomp.
J08nY
2023-08-31
1
-3
/
+7
*
|
Compute formula factor set.
J08nY
2023-08-31
1
-20
/
+58
*
|
More tests for point coordinate conversion.
J08nY
2023-08-31
2
-3
/
+3
*
|
Improve point test coverage.
J08nY
2023-08-31
1
-2
/
+2
*
|
Fix some deepsource issues.
J08nY
2023-08-31
8
-21
/
+19
*
|
Fix mypy Poly checks.
J08nY
2023-08-31
1
-17
/
+16
*
|
Fix docs.
J08nY
2023-08-29
2
-0
/
+8
*
|
More docs.
J08nY
2023-08-29
3
-0
/
+15
*
|
Cleanup ZVP computation.
J08nY
2023-08-29
1
-2
/
+11
*
|
Fix configuration enumeration check for ABC.
J08nY
2023-08-29
1
-1
/
+1
*
|
Add ZVP point computation.
J08nY
2023-08-29
4
-10
/
+207
*
|
Add references to docs.
J08nY
2023-08-28
7
-14
/
+19
*
|
Fix RPA distinguish test.
J08nY
2023-08-27
3
-8
/
+19
*
|
Add sliding window multiplier.
J08nY
2023-08-27
5
-52
/
+106
*
|
Move scalar multipliers into a subpackage.
J08nY
2023-08-27
7
-823
/
+871
*
|
More scalarmult options.
J08nY
2023-08-27
2
-14
/
+88
*
|
Test all scalarmult combinations.
J08nY
2023-08-25
1
-1
/
+1
*
|
Further unify and specify scalarmults.
J08nY
2023-08-25
3
-65
/
+169
*
|
Add FixedWindowLTRMultiplier.
J08nY
2023-08-24
3
-45
/
+138
*
|
Bump submodules.
J08nY
2023-08-09
2
-0
/
+0
*
|
Move sca tests to pytest.
J08nY
2023-08-09
2
-3
/
+3
*
|
Fix filename for formula code.
J08nY
2023-08-08
1
-1
/
+1
*
|
Move away from pkg_resources.
J08nY
2023-08-08
4
-60
/
+55
*
|
Move to importlib.resources for test data discovery.
J08nY
2023-08-08
1
-1
/
+1
*
|
Fix curve validation.
J08nY
2023-08-08
2
-13
/
+3
*
|
Docs fix in context.py
J08nY
2023-08-08
2
-4
/
+2
*
|
Add .to_coords to domain params and curve objects.
J08nY
2023-08-04
3
-20
/
+106
*
|
Add reading of ECTester and ecgen domain parameter files.
J08nY
2023-08-03
2
-23
/
+134
*
|
Add more docs to divpoly and a perf module.
J08nY
2023-08-01
1
-6
/
+9
*
|
Add sagemath test for larg-er divpoly.
J08nY
2023-08-01
1
-3
/
+6
*
|
Add multiplication-by-n polynomial computation to divpoly.
J08nY
2023-08-01
5
-186
/
+282
*
|
Optimize divpoly computation.
J08nY
2023-07-30
1
-21
/
+23
[next]