瀏覽代碼

turn of precomputed curves for memory

xtruan 2 年之前
父節點
當前提交
5f7063df47
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crypto/options.h

+ 1 - 1
crypto/options.h

@@ -25,7 +25,7 @@
 
 // use precomputed Curve Points (some scalar multiples of curve base point G)
 #ifndef USE_PRECOMPUTED_CP
-#define USE_PRECOMPUTED_CP 1
+#define USE_PRECOMPUTED_CP 0
 #endif
 
 // use fast inverse method