We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e0358 commit 99f47c2Copy full SHA for 99f47c2
src/gen_context.c
@@ -13,6 +13,11 @@
13
/* We can't require the precomputed tables when creating them. */
14
#undef USE_ECMULT_STATIC_PRECOMPUTATION
15
16
+/* In principle we could use external ASM, but this yields only a minor speedup in
17
+ build time and it's very complicated. In particular when cross-compiling, we'd
18
+ need to build the external ASM for the build and the host machine. */
19
+#undef USE_EXTERNAL_ASM
20
+
21
#include "include/secp256k1.h"
22
#include "assumptions.h"
23
#include "util.h"
0 commit comments