Browse Source

turn of precomputed curves for memory

xtruan 3 năm trước cách đây
mục cha
commit
5f7063df47
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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