ruby-bitcoin-secp256k1
ruby-bitcoin-secp256k1 copied to clipboard
Research: static link libsecp256k1
Embed C module (example: unicorn) instead of using external libsecp26bk1 using ffi.
@classicalliu Any thoughts? Interested to give it a try?
@ashchan Means building native extensions while installing? I'll have a try
@ashchan Means building native extensions while installing? I'll have a try
Right. Such that the gem doesn't depend on the dynamic linked secp256k1 on the OS. @xxuejie is this understanding correct?