rust-bitcoin-unsafe-fast/bitcoin/src/psbt
Tobin C. Harding 66d5800ac0
psbt: Add IndexOutOfBounds error
We currently have a bunch of functions that are infallible if the
`index` argument is within-bounds however we return a `SignError`, this
obfuscates the code.

Add an `IndexOutOfBoundsErorr`. While we are at it make it an enum so
users can differentiate between which vector the out of bounds access
was attempted against.
2023-08-24 12:12:04 +10:00
..
map Merge rust-bitcoin/rust-bitcoin#1933: Fix links in docs 2023-08-02 16:37:13 +02:00
error.rs Rename HashParse error variant to InvalidHash 2023-07-24 15:08:07 +10:00
macros.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
mod.rs psbt: Add IndexOutOfBounds error 2023-08-24 12:12:04 +10:00
raw.rs psbt: Run the formatter 2023-03-21 08:33:23 +11:00
serialize.rs Add InvalidSighashTypeError 2023-08-01 16:18:45 +10:00