소스 검색

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)
 // use precomputed Curve Points (some scalar multiples of curve base point G)
 #ifndef USE_PRECOMPUTED_CP
 #ifndef USE_PRECOMPUTED_CP
-#define USE_PRECOMPUTED_CP 1
+#define USE_PRECOMPUTED_CP 0
 #endif
 #endif
 
 
 // use fast inverse method
 // use fast inverse method