aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_impl.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_impl.py')
-rw-r--r--test/test_impl.py1
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,