.travis.yml
CHANGES.md
INSTALL
LICENSE
MANIFEST.in
Makefile.am
Makefile.in
README.md
SECURITY.md
aclocal.m4
configure
configure.ac
setup.py
autom4te.cache/output.0
autom4te.cache/output.1
autom4te.cache/output.2
autom4te.cache/requests
autom4te.cache/traces.0
autom4te.cache/traces.1
autom4te.cache/traces.2
include/wally.hpp
include/wally_address.h
include/wally_bip32.h
include/wally_bip38.h
include/wally_bip39.h
include/wally_core.h
include/wally_crypto.h
include/wally_elements.h
include/wally_psbt.h
include/wally_script.h
include/wally_symmetric.h
include/wally_transaction.h
src/Makefile.am
src/Makefile.in
src/address.c
src/aes.c
src/base58.c
src/base58.h
src/bech32.c
src/bip32.c
src/bip32_int.h
src/bip38.c
src/bip39.c
src/blech32.c
src/ccan_config.h
src/config.h.in
src/ecdh.c
src/elements.c
src/hex.c
src/hmac.c
src/hmac.h
src/hmac.inl
src/internal.c
src/internal.h
src/mnemonic.c
src/mnemonic.h
src/pbkdf2.c
src/pbkdf2.inl
src/psbt.c
src/psbt_int.h
src/pullpush.c
src/pullpush.h
src/script.c
src/script.h
src/script_int.h
src/scrypt.c
src/sign.c
src/symmetric.c
src/transaction.c
src/transaction_int.h
src/transaction_shared.h
src/wallycore.pc.in
src/wif.c
src/wordlist.c
src/wordlist.h
src/ccan/README
src/ccan/ccan/base64/LICENSE
src/ccan/ccan/base64/_info
src/ccan/ccan/base64/base64.c
src/ccan/ccan/base64/base64.h
src/ccan/ccan/base64/test/moretap.h
src/ccan/ccan/base64/test/run.c
src/ccan/ccan/build_assert/LICENSE
src/ccan/ccan/build_assert/_info
src/ccan/ccan/build_assert/build_assert.h
src/ccan/ccan/build_assert/test/compile_fail-expr.c
src/ccan/ccan/build_assert/test/compile_fail.c
src/ccan/ccan/build_assert/test/compile_ok.c
src/ccan/ccan/build_assert/test/run-BUILD_ASSERT_OR_ZERO.c
src/ccan/ccan/compiler/LICENSE
src/ccan/ccan/compiler/_info
src/ccan/ccan/compiler/compiler.h
src/ccan/ccan/compiler/test/compile_fail-printf.c
src/ccan/ccan/compiler/test/run-is_compile_constant.c
src/ccan/ccan/crypto/ripemd160/LICENSE
src/ccan/ccan/crypto/ripemd160/_info
src/ccan/ccan/crypto/ripemd160/ripemd160.c
src/ccan/ccan/crypto/ripemd160/ripemd160.h
src/ccan/ccan/crypto/ripemd160/test/run-lotsa-data.c
src/ccan/ccan/crypto/ripemd160/test/run-test-vectors.c
src/ccan/ccan/crypto/ripemd160/test/run-types.c
src/ccan/ccan/crypto/sha256/LICENSE
src/ccan/ccan/crypto/sha256/_info
src/ccan/ccan/crypto/sha256/sha256.c
src/ccan/ccan/crypto/sha256/sha256.h
src/ccan/ccan/crypto/sha256/sha256_sse4.c
src/ccan/ccan/crypto/sha256/test/run-33-bit-test.c
src/ccan/ccan/crypto/sha256/test/run-lotsa-data.c
src/ccan/ccan/crypto/sha256/test/run-test-vectors.c
src/ccan/ccan/crypto/sha256/test/run-types.c
src/ccan/ccan/crypto/sha512/LICENSE
src/ccan/ccan/crypto/sha512/_info
src/ccan/ccan/crypto/sha512/sha512.c
src/ccan/ccan/crypto/sha512/sha512.h
src/ccan/ccan/endian/LICENSE
src/ccan/ccan/endian/_info
src/ccan/ccan/endian/endian.h
src/ccan/ccan/endian/test/compile_ok-constant.c
src/ccan/ccan/endian/test/run.c
src/ccan/ccan/str/hex/LICENSE
src/ccan/ccan/str/hex/_info
src/ccan/ccan/str/hex/hex.c
src/ccan/ccan/str/hex/hex.h
src/ccan/ccan/str/hex/test/run.c
src/ccan/ccan/tap/_info
src/ccan/ccan/tap/tap.3
src/ccan/ccan/tap/tap.c
src/ccan/ccan/tap/tap.h
src/ccan/ccan/tap/test/run.c
src/ccan/licenses/BSD-MIT
src/ccan/licenses/CC0
src/cpufeatures/NOTICE
src/cpufeatures/cpu-features.c
src/cpufeatures/cpu-features.h
src/ctaes/COPYING
src/ctaes/README.md
src/ctaes/bench.c
src/ctaes/ctaes.c
src/ctaes/ctaes.h
src/ctaes/test.c
src/ctest/psbts.h
src/ctest/test_bech32.c
src/ctest/test_blech32.c
src/ctest/test_clear.c
src/ctest/test_elements_tx.c
src/ctest/test_psbt.c
src/ctest/test_psbt_limits.c
src/ctest/test_tx.c
src/data/address_vectors.txt
src/data/aes-cbc-pkcs7.txt
src/data/ecdsa_secp256k1_vectors.txt
src/data/pbkdf2_hmac_sha_vectors.txt
src/data/psbt.json
src/data/pset.json
src/data/wordlists/README
src/data/wordlists/chinese_simplified.c
src/data/wordlists/chinese_simplified.txt
src/data/wordlists/chinese_traditional.c
src/data/wordlists/chinese_traditional.txt
src/data/wordlists/english.c
src/data/wordlists/english.txt
src/data/wordlists/french.c
src/data/wordlists/french.txt
src/data/wordlists/italian.c
src/data/wordlists/italian.txt
src/data/wordlists/japanese.c
src/data/wordlists/japanese.txt
src/data/wordlists/spanish.c
src/data/wordlists/spanish.txt
src/data/wordlists/vectors.json
src/pyexample/liquid/receive-send.py
src/scrypt/crypto_scrypt.c
src/scrypt/crypto_scrypt_smix.c
src/scrypt/crypto_scrypt_smix_neon.c
src/scrypt/crypto_scrypt_smix_sse2.c
src/secp256k1/.git
src/secp256k1/.gitignore
src/secp256k1/.travis.yml
src/secp256k1/COPYING
src/secp256k1/Makefile.am
src/secp256k1/Makefile.in
src/secp256k1/README.md
src/secp256k1/SECURITY.md
src/secp256k1/aclocal.m4
src/secp256k1/autogen.sh
src/secp256k1/configure
src/secp256k1/configure.ac
src/secp256k1/libsecp256k1.pc.in
src/secp256k1/autom4te.cache/output.0
src/secp256k1/autom4te.cache/output.1
src/secp256k1/autom4te.cache/output.2
src/secp256k1/autom4te.cache/requests
src/secp256k1/autom4te.cache/traces.0
src/secp256k1/autom4te.cache/traces.1
src/secp256k1/autom4te.cache/traces.2
src/secp256k1/build-aux/compile
src/secp256k1/build-aux/config.guess
src/secp256k1/build-aux/config.sub
src/secp256k1/build-aux/depcomp
src/secp256k1/build-aux/install-sh
src/secp256k1/build-aux/ltmain.sh
src/secp256k1/build-aux/missing
src/secp256k1/build-aux/test-driver
src/secp256k1/build-aux/m4/ax_prog_cc_for_build.m4
src/secp256k1/build-aux/m4/bitcoin_secp.m4
src/secp256k1/build-aux/m4/libtool.m4
src/secp256k1/build-aux/m4/ltoptions.m4
src/secp256k1/build-aux/m4/ltsugar.m4
src/secp256k1/build-aux/m4/ltversion.m4
src/secp256k1/build-aux/m4/lt~obsolete.m4
src/secp256k1/contrib/lax_der_parsing.c
src/secp256k1/contrib/lax_der_parsing.h
src/secp256k1/contrib/lax_der_privatekey_parsing.c
src/secp256k1/contrib/lax_der_privatekey_parsing.h
src/secp256k1/contrib/travis.sh
src/secp256k1/include/secp256k1.h
src/secp256k1/include/secp256k1_ecdh.h
src/secp256k1/include/secp256k1_extrakeys.h
src/secp256k1/include/secp256k1_generator.h
src/secp256k1/include/secp256k1_musig.h
src/secp256k1/include/secp256k1_preallocated.h
src/secp256k1/include/secp256k1_rangeproof.h
src/secp256k1/include/secp256k1_recovery.h
src/secp256k1/include/secp256k1_schnorrsig.h
src/secp256k1/include/secp256k1_surjectionproof.h
src/secp256k1/include/secp256k1_whitelist.h
src/secp256k1/obj/.gitignore
src/secp256k1/sage/gen_exhaustive_groups.sage
src/secp256k1/sage/group_prover.sage
src/secp256k1/sage/secp256k1.sage
src/secp256k1/sage/shallue_van_de_woestijne.sage
src/secp256k1/sage/weierstrass_prover.sage
src/secp256k1/src/assumptions.h
src/secp256k1/src/basic-config.h
src/secp256k1/src/bench.h
src/secp256k1/src/bench_ecdh.c
src/secp256k1/src/bench_ecmult.c
src/secp256k1/src/bench_generator.c
src/secp256k1/src/bench_internal.c
src/secp256k1/src/bench_rangeproof.c
src/secp256k1/src/bench_recover.c
src/secp256k1/src/bench_schnorrsig.c
src/secp256k1/src/bench_sign.c
src/secp256k1/src/bench_verify.c
src/secp256k1/src/bench_whitelist.c
src/secp256k1/src/ecdsa.h
src/secp256k1/src/ecdsa_impl.h
src/secp256k1/src/eckey.h
src/secp256k1/src/eckey_impl.h
src/secp256k1/src/ecmult.h
src/secp256k1/src/ecmult_const.h
src/secp256k1/src/ecmult_const_impl.h
src/secp256k1/src/ecmult_gen.h
src/secp256k1/src/ecmult_gen_impl.h
src/secp256k1/src/ecmult_impl.h
src/secp256k1/src/field.h
src/secp256k1/src/field_10x26.h
src/secp256k1/src/field_10x26_impl.h
src/secp256k1/src/field_5x52.h
src/secp256k1/src/field_5x52_asm_impl.h
src/secp256k1/src/field_5x52_impl.h
src/secp256k1/src/field_5x52_int128_impl.h
src/secp256k1/src/field_impl.h
src/secp256k1/src/gen_context.c
src/secp256k1/src/group.h
src/secp256k1/src/group_impl.h
src/secp256k1/src/hash.h
src/secp256k1/src/hash_impl.h
src/secp256k1/src/libsecp256k1-config.h.in
src/secp256k1/src/num.h
src/secp256k1/src/num_gmp.h
src/secp256k1/src/num_gmp_impl.h
src/secp256k1/src/num_impl.h
src/secp256k1/src/scalar.h
src/secp256k1/src/scalar_4x64.h
src/secp256k1/src/scalar_4x64_impl.h
src/secp256k1/src/scalar_8x32.h
src/secp256k1/src/scalar_8x32_impl.h
src/secp256k1/src/scalar_impl.h
src/secp256k1/src/scalar_low.h
src/secp256k1/src/scalar_low_impl.h
src/secp256k1/src/scratch.h
src/secp256k1/src/scratch_impl.h
src/secp256k1/src/secp256k1.c
src/secp256k1/src/selftest.h
src/secp256k1/src/testrand.h
src/secp256k1/src/testrand_impl.h
src/secp256k1/src/tests.c
src/secp256k1/src/tests_exhaustive.c
src/secp256k1/src/util.h
src/secp256k1/src/valgrind_ctime_test.c
src/secp256k1/src/asm/field_10x26_arm.s
src/secp256k1/src/modules/ecdh/Makefile.am.include
src/secp256k1/src/modules/ecdh/main_impl.h
src/secp256k1/src/modules/ecdh/tests_impl.h
src/secp256k1/src/modules/extrakeys/Makefile.am.include
src/secp256k1/src/modules/extrakeys/main_impl.h
src/secp256k1/src/modules/extrakeys/tests_exhaustive_impl.h
src/secp256k1/src/modules/extrakeys/tests_impl.h
src/secp256k1/src/modules/generator/Makefile.am.include
src/secp256k1/src/modules/generator/main_impl.h
src/secp256k1/src/modules/generator/tests_impl.h
src/secp256k1/src/modules/musig/Makefile.am.include
src/secp256k1/src/modules/musig/example.c
src/secp256k1/src/modules/musig/main_impl.h
src/secp256k1/src/modules/musig/musig.md
src/secp256k1/src/modules/musig/tests_impl.h
src/secp256k1/src/modules/rangeproof/Makefile.am.include
src/secp256k1/src/modules/rangeproof/borromean.h
src/secp256k1/src/modules/rangeproof/borromean_impl.h
src/secp256k1/src/modules/rangeproof/main_impl.h
src/secp256k1/src/modules/rangeproof/pedersen.h
src/secp256k1/src/modules/rangeproof/pedersen_impl.h
src/secp256k1/src/modules/rangeproof/rangeproof.h
src/secp256k1/src/modules/rangeproof/rangeproof_impl.h
src/secp256k1/src/modules/rangeproof/tests_impl.h
src/secp256k1/src/modules/recovery/Makefile.am.include
src/secp256k1/src/modules/recovery/main_impl.h
src/secp256k1/src/modules/recovery/tests_exhaustive_impl.h
src/secp256k1/src/modules/recovery/tests_impl.h
src/secp256k1/src/modules/schnorrsig/Makefile.am.include
src/secp256k1/src/modules/schnorrsig/main_impl.h
src/secp256k1/src/modules/schnorrsig/tests_exhaustive_impl.h
src/secp256k1/src/modules/schnorrsig/tests_impl.h
src/secp256k1/src/modules/surjection/Makefile.am.include
src/secp256k1/src/modules/surjection/main_impl.h
src/secp256k1/src/modules/surjection/surjection.h
src/secp256k1/src/modules/surjection/surjection.md
src/secp256k1/src/modules/surjection/surjection_impl.h
src/secp256k1/src/modules/surjection/tests_impl.h
src/secp256k1/src/modules/whitelist/Makefile.am.include
src/secp256k1/src/modules/whitelist/main_impl.h
src/secp256k1/src/modules/whitelist/tests_impl.h
src/secp256k1/src/modules/whitelist/whitelist.md
src/secp256k1/src/modules/whitelist/whitelist_impl.h
src/swig_python/python_extra.py_in
src/swig_python/swig.i
src/swig_python/contrib/bip32.py
src/swig_python/contrib/elements_tx.py
src/swig_python/contrib/mnemonic.py
src/swig_python/contrib/psbt.py
src/swig_python/contrib/reconcile_sigs.py
src/swig_python/contrib/sha.py
src/swig_python/contrib/signmessage.py
src/swig_python/contrib/tx.py
src/swig_python/wallycore/README
src/swig_python/wallycore.egg-info/PKG-INFO
src/swig_python/wallycore.egg-info/SOURCES.txt
src/swig_python/wallycore.egg-info/dependency_links.txt
src/swig_python/wallycore.egg-info/not-zip-safe
src/swig_python/wallycore.egg-info/top_level.txt
tools/android_helpers.sh
tools/autogen.sh
tools/build_android_libraries.sh
tools/build_js_bindings.sh
tools/build_python_manylinux_wheels.sh
tools/build_python_wheels.sh
tools/build_wasm.sh
tools/build_wrappers.py
tools/cleanup.sh
tools/coverage.sh
tools/swigjavapost.sh
tools/travis_build.sh
tools/travis_install.sh
tools/uncrustify
tools/uncrustify.cfg
tools/wasm_exports.sh
tools/wordlist_cc.py
tools/build-aux/compile
tools/build-aux/config.guess
tools/build-aux/config.sub
tools/build-aux/depcomp
tools/build-aux/install-sh
tools/build-aux/ltmain.sh
tools/build-aux/missing
tools/build-aux/test-driver
tools/build-aux/m4/ac_pkg_swig.m4
tools/build-aux/m4/ax_check_compile_flag.m4
tools/build-aux/m4/ax_check_define.m4
tools/build-aux/m4/ax_check_link_flag.m4
tools/build-aux/m4/ax_jni_include_dir.m4
tools/build-aux/m4/ax_pthread.m4
tools/build-aux/m4/ax_python_devel.m4
tools/build-aux/m4/libtool.m4
tools/build-aux/m4/ltoptions.m4
tools/build-aux/m4/ltsugar.m4
tools/build-aux/m4/ltversion.m4
tools/build-aux/m4/lt~obsolete.m4
tools/msvc/build.bat
tools/msvc/gen_ecmult_static_context.bat
tools/msvc/swig.bat
tools/msvc/wallyjs.bat
tools/msvc/wheel.bat