aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen
diff options
context:
space:
mode:
Diffstat (limited to 'pyecsca/codegen')
-rw-r--r--pyecsca/codegen/bn/bn.h2
1 files changed, 1 insertions, 1 deletions
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 <tommath.h>
-#define RED_MONTGOMERY 1 //TODO: Make Montgomery work!
+#define RED_MONTGOMERY 1
#define RED_BARRET 2
#define RED_BASE 3