bcoin-native
bcoin-native copied to clipboard
Fast native bindings to bitcoin-related functions
Hi, is there way to avoid this problem? ``` gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] CC(target) Release/obj.target/bcoin-native/src/poly1305-donna/poly1305-donna.o CC(target) Release/obj.target/bcoin-native/src/chacha20-simple/chacha20_simple.o CC(target) Release/obj.target/bcoin-native/src/scrypt/insecure_memzero.o CC(target) Release/obj.target/bcoin-native/src/scrypt/sha256.o CC(target) Release/obj.target/bcoin-native/src/scrypt/crypto_scrypt.o CXX(target) Release/obj.target/bcoin-native/src/chacha20.o...
I am using bcoin in an electron app but bcoin-native is not compatible with it. Electron doesn't have openSSL so they would need to be manually imported in order to...