ruby-bitcoin-secp256k1 icon indicating copy to clipboard operation
ruby-bitcoin-secp256k1 copied to clipboard

Research: static link libsecp256k1

Open ashchan opened this issue 6 years ago • 3 comments

Embed C module (example: unicorn) instead of using external libsecp26bk1 using ffi.

ashchan avatar Dec 20 '18 09:12 ashchan

@classicalliu Any thoughts? Interested to give it a try?

ashchan avatar Jan 26 '19 01:01 ashchan

@ashchan Means building native extensions while installing? I'll have a try

classicalliu avatar Jan 26 '19 02:01 classicalliu

@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?

ashchan avatar Jan 26 '19 05:01 ashchan