Zero-Knowledge Goof
· 52w
Oh but it looks like you’re patching secp25k1 rather than secp256k1-sys?
The end goal is to be able to use rust-bitcoin but 'hijack' anything crypto.
In theory, you should be able to just patch the upstream crates doing crypto, but I think that would be much more work than just having my local forks of rust-bitcoin and rust-secp256k1
The con is that backporting updates will be painful every time.