aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen
diff options
context:
space:
mode:
authorJ08nY2023-09-27 18:13:35 +0200
committerJ08nY2023-09-27 18:13:35 +0200
commit5befde87b18b129c7c1441dda42344345505f7c7 (patch)
treec7699d312821acfc7e2bacd4b130615daf780a1f /pyecsca/codegen
parent0602b39001ca8a8ea55df3990294de19cfd2cafb (diff)
downloadpyecsca-codegen-5befde87b18b129c7c1441dda42344345505f7c7.tar.gz
pyecsca-codegen-5befde87b18b129c7c1441dda42344345505f7c7.tar.zst
pyecsca-codegen-5befde87b18b129c7c1441dda42344345505f7c7.zip
Remove Pipfile and move to pyproject.toml setup.
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