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
/
mult.py
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Move scalar multipliers into a subpackage.
J08nY
2023-08-27
1
-823
/
+0
|
*
More scalarmult options.
J08nY
2023-08-27
1
-12
/
+29
|
*
Test all scalarmult combinations.
J08nY
2023-08-25
1
-1
/
+1
|
*
Further unify and specify scalarmults.
J08nY
2023-08-25
1
-64
/
+155
|
*
Add FixedWindowLTRMultiplier.
J08nY
2023-08-24
1
-1
/
+75
|
*
Implement RPA-RE.
J08nY
2023-07-28
1
-0
/
+27
|
*
Move to better hash implementations.
J08nY
2023-07-28
1
-62
/
+107
|
*
Add utilites for construction of RPA points.
J08nY
2023-07-27
1
-0
/
+6
|
*
Fix docstyle and some DeepSource warnings.
J08nY
2023-02-08
1
-1
/
+1
|
*
Fix mypy issues.
J08nY
2023-02-05
1
-9
/
+9
|
*
Merge collapsible `if` statements
deepsource-autofix[bot]
2022-03-01
1
-3
/
+5
|
*
More DeepSource fixes.
J08nY
2021-04-24
1
-4
/
+4
|
*
Make docstring style changes as per pydocstyle.
J08nY
2021-04-11
1
-31
/
+20
|
*
Implement fixes from DeepSource.
J08nY
2021-04-10
1
-3
/
+3
|
*
Use black.
J08nY
2021-04-10
1
-31
/
+128
|
*
The big documentation patch.
J08nY
2021-01-20
1
-1
/
+6
|
*
Introduce explicit field argument to formula calls.
J08nY
2021-01-19
1
-6
/
+6
|
*
Also trace precomputation in MultipleContext.
J08nY
2021-01-16
1
-14
/
+28
|
*
More docs.
J08nY
2020-12-17
1
-5
/
+25
|
*
Fixes for scalarmult.
J08nY
2020-07-10
1
-1
/
+1
|
*
Fix codestyle.
J08nY
2020-06-29
1
-4
/
+4
|
*
Fix type errors and increase code coverage.
J08nY
2020-06-14
1
-2
/
+2
|
*
Add a way for actions to have a result.
J08nY
2020-06-13
1
-26
/
+26
|
*
Add new complete formulas. Fix wNAF mult.
J08nY
2020-03-06
1
-3
/
+3
|
*
Add affine multiply and move neutral to curve class.
J08nY
2020-02-20
1
-23
/
+25
|
*
Fix handling of formulas with unary negation.
J08nY
2020-02-20
1
-0
/
+4
|
*
Fix LTR multiplier, add affine formula stuff.
J08nY
2020-02-19
1
-1
/
+1
|
*
Enforce coordinate model assumptions when loading curves.
J08nY
2020-02-19
1
-41
/
+41
|
*
Add the concept of a configuration. Add enumeration of configurations.
J08nY
2020-02-12
1
-2
/
+4
|
*
Rework context handling into a tree-based approach.
J08nY
2020-02-11
1
-141
/
+160
|
*
Rename AbelianGroup to DomainParameters.
J08nY
2020-02-10
1
-5
/
+5
|
*
Fix style errors.
J08nY
2020-02-08
1
-1
/
+1
|
*
Fix type errors, now mypy runs ok.
J08nY
2020-02-08
1
-1
/
+1
|
*
Fix op parsing.
J08nY
2019-12-23
1
-2
/
+1
|
*
Separate some scalar mults.
J08nY
2019-12-22
1
-22
/
+78
|
*
Add more parameters to ScalarMults.
J08nY
2019-12-22
1
-34
/
+66
|
*
Refactor ScalarMult.
J08nY
2019-12-22
1
-81
/
+82
|
*
Add proper context management.
J08nY
2019-04-23
1
-36
/
+30
|
*
Add AbelianGroup class.
J08nY
2019-04-21
1
-42
/
+43
|
*
Add prime parameter to EllipticCurve class.
J08nY
2019-03-21
1
-0
/
+2
|
*
Fix ladder scalar multiplier.
J08nY
2019-03-21
1
-5
/
+5
|
*
Fix some scalar-mult algos, rename some outputs of formulas.
J08nY
2019-03-21
1
-18
/
+64
|
*
Add Corons SPA resistant scalar mult. Add some TODOs.
J08nY
2019-03-21
1
-0
/
+48
|
*
Fix ladder multipliers.
J08nY
2019-03-21
1
-4
/
+33
|
*
Finish and test NAF multipliers.
J08nY
2019-03-21
1
-13
/
+22
|
*
Abstract out EFD from classes.
J08nY
2019-03-21
1
-39
/
+33
|
*
Add NAF scalar multiplication method sketches.
J08nY
2019-03-21
1
-12
/
+92
|
*
Add more tests and cleanup some typing errors.
J08nY
2019-03-21
1
-3
/
+3
|
*
Add Montgomery scalar mult.
J08nY
2019-03-21
1
-5
/
+30
|
*
Fix basic scalar multipliers.
J08nY
2019-03-21
1
-16
/
+38
|
[next]