We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166d37a commit 530c239Copy full SHA for 530c239
CMakeLists.txt
@@ -36,7 +36,7 @@ target_include_directories(mpt-crypto PUBLIC include)
36
37
# --- Set Compile Definitions ---
38
# Pass the architecture flags (MPT_ARCH_DEFS) to the compiler
39
-target_compile_definitions(mpt-crypto PRIVATE ECMULT_WINDOW_SIZE=15 ECMULT_GEN_PREC_BITS=4 PUBLIC ${MPT_ARCH_DEFS})
+target_compile_definitions(mpt-crypto PUBLIC ${MPT_ARCH_DEFS})
40
41
# --- Link Dependencies ---
42
target_link_libraries(mpt-crypto PUBLIC secp256k1::secp256k1 PUBLIC OpenSSL::Crypto)
0 commit comments