diff options
| author | J08nY | 2020-03-02 15:11:25 +0100 |
|---|---|---|
| committer | J08nY | 2020-03-02 15:11:25 +0100 |
| commit | 81e5f24363cf8f50099b7fbed0fd3bcfaac9d5ea (patch) | |
| tree | 2e4abe38a7e3b2a53bb8bb2d31b6fe1cfbfb2e13 /test | |
| parent | 02d091ad7e7bb2d80e4ce6649437aad41b479346 (diff) | |
| download | pyecsca-codegen-81e5f24363cf8f50099b7fbed0fd3bcfaac9d5ea.tar.gz pyecsca-codegen-81e5f24363cf8f50099b7fbed0fd3bcfaac9d5ea.tar.zst pyecsca-codegen-81e5f24363cf8f50099b7fbed0fd3bcfaac9d5ea.zip | |
Make Barrett reduction work.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_impl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_impl.py b/test/test_impl.py index f66d252..9e61390 100644 --- a/test/test_impl.py +++ b/test/test_impl.py @@ -30,6 +30,7 @@ class ImplTests(TestCase): with runner.isolated_filesystem() as tmpdir: runner.invoke(build_impl, ["--platform", "HOST", + #"--red", "MONTGOMERY", "--ecdsa" if ecdsa else "--no-ecdsa", "--ecdh" if ecdh else "--no-ecdh", params.curve.model.shortname, params.curve.coordinate_model.name, |
