diff options
| author | J08nY | 2019-03-21 14:55:14 +0100 |
|---|---|---|
| committer | J08nY | 2019-03-21 14:55:14 +0100 |
| commit | 647dfbbec29d9a4cabf1ca132390c837870535fd (patch) | |
| tree | ef2c7148bbe6365916abc6b3e4c5f83ccdaa6c49 /test/ec/test_mult.py | |
| parent | 626102a3885d5c9bea88cafcb143fe626685f4b6 (diff) | |
| download | pyecsca-647dfbbec29d9a4cabf1ca132390c837870535fd.tar.gz pyecsca-647dfbbec29d9a4cabf1ca132390c837870535fd.tar.zst pyecsca-647dfbbec29d9a4cabf1ca132390c837870535fd.zip | |
Diffstat (limited to 'test/ec/test_mult.py')
| -rw-r--r-- | test/ec/test_mult.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ec/test_mult.py b/test/ec/test_mult.py index 82ed9eb..29e23ba 100644 --- a/test/ec/test_mult.py +++ b/test/ec/test_mult.py @@ -77,7 +77,6 @@ class ScalarMultiplierTests(TestCase): ladder = LadderMultiplier(self.curve25519, self.coords25519.formulas["ladd-1987-m"], self.coords25519.formulas["dbl-1987-m"], self.coords25519.formulas["scale"]) - # TODO: fix this differential = SimpleLadderMultiplier(self.curve25519, self.coords25519.formulas["dadd-1987-m"], self.coords25519.formulas["dbl-1987-m"], |
