From 5befde87b18b129c7c1441dda42344345505f7c7 Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 27 Sep 2023 18:13:35 +0200 Subject: Remove Pipfile and move to pyproject.toml setup. --- pyecsca/codegen/bn/bn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyecsca/codegen') diff --git a/pyecsca/codegen/bn/bn.h b/pyecsca/codegen/bn/bn.h index a3d653e..ed29970 100644 --- a/pyecsca/codegen/bn/bn.h +++ b/pyecsca/codegen/bn/bn.h @@ -3,7 +3,7 @@ #include -#define RED_MONTGOMERY 1 //TODO: Make Montgomery work! +#define RED_MONTGOMERY 1 #define RED_BARRET 2 #define RED_BASE 3 -- cgit v1.3.1