mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
TVM instructions: SECP256K1_XONLY_PUBKEY_TWEAK_ADD, SETCONTCTRMANY(X) (#1404)
* TVM instructions: SECP256K1_XONLY_PUBKEY_TWEAK_ADD, SETCONTCTRMANY(X) * Add tests for xonly_pubkey_tweak_add * added secp256k1 as submodule, since we need extrakeys feature of secp256k1 * cleanup * add ton_crypto_core secp256k1 dependency * adjust Dockerfile, android and wasm builds * adjust nix build * test windows build with SECP256K1_ENABLE_MODULE_EXTRAKEYS * test windows build with SECP256K1_ENABLE_MODULE_EXTRAKEYS * adjust android build * adjust emscripten build * adjust emscripten build * try macos-13 * emscripten build adjustments * windows build adjustments * final corrections --------- Co-authored-by: neodix <neodix@ton.org>
This commit is contained in:
parent
954a96a077
commit
25b4c6794a
56 changed files with 2112 additions and 502 deletions
|
@ -48,7 +48,6 @@ mkdir -p build-$ARCH
|
|||
cd build-$ARCH
|
||||
|
||||
cmake .. -GNinja \
|
||||
-DPORTABLE=1 \
|
||||
-DTON_ONLY_TONLIB=ON \
|
||||
-DTON_ARCH="" \
|
||||
-DANDROID_ABI=x86 \
|
||||
|
@ -58,12 +57,12 @@ cmake .. -GNinja \
|
|||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DANDROID_ABI=${ABI} \
|
||||
-DOPENSSL_ROOT_DIR=${OPENSSL_DIR}/${ORIG_ARCH} \
|
||||
-DSECP256K1_FOUND=1 \
|
||||
-DSECP256K1_INCLUDE_DIR=${SECP256K1_INCLUDE_DIR} \
|
||||
-DSECP256K1_LIBRARY=${SECP256K1_LIBRARY} \
|
||||
-DLZ4_FOUND=1 \
|
||||
-DLZ4_INCLUDE_DIRS=${LZ4_INCLUDE_DIR} \
|
||||
-DLZ4_LIBRARIES=${LZ4_LIBRARY} \
|
||||
-DSODIUM_FOUND=1 \
|
||||
-DSODIUM_INCLUDE_DIR=${SODIUM_INCLUDE_DIR} \
|
||||
-DSODIUM_LIBRARY_RELEASE=${SODIUM_LIBRARY_RELEASE} \
|
||||
-DSODIUM_USE_STATIC_LIBS=1 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue