From 81e5f24363cf8f50099b7fbed0fd3bcfaac9d5ea Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 2 Mar 2020 15:11:25 +0100 Subject: Make Barrett reduction work. --- test/test_impl.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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, -- cgit v1.3.1