8e428562cb
This renames `Script` to `ScriptBuf` and adds unsized `Script` modeled after `PathBuf`/`Path`. The change cleans up the API a bit, especially all functions that previously accepted `&Script` now accept truly borrowed version. Some functions that perviously accepted `&[u8]` can now accept `&Script` because constructing it is no loger costly. |
||
---|---|---|
.. | ||
bip32.rs | ||
ecdsa-psbt.rs | ||
handshake.rs | ||
taproot-psbt.rs |