Michael

Results 3 issues of Michael

Hey, great library. I was able to reliably generate BTC addresses using HD. Next I'd like to build a multisig address (P2SH or P2WSH), and spend any inputs. I can't...

Created two (2) wrapper functions, `Shamir.split_large` and `Shamir.combine_large` that supports key sizes > 16 bytes in 16 byte increments. Reference issue: https://github.com/Legrandin/pycryptodome/issues/402

Should this link here: https://github.com/sipa/miniscript/blob/master/index.html#L114 Be pointing to: https://github.com/apoelstra/rust-miniscript Or this: https://github.com/rust-bitcoin/rust-miniscript The latter seems more appropriate, since the former is fork and hasn't been updated in ~2 years. Happy...