rust-bitcoin-unsafe-fast/bitcoin
Tobin C. Harding 29df410ea3 Document state after call to calculate_root_inline
The function call `calculate_root_inline` calculates the merkle root
using the input array as a scratch buffer, i.e., we trash the data
during recursive calls to `merkle_root_r`.

Add explicit documentation to the function so its super clear not to use
the hashes again after calling this function.
2022-10-29 07:50:09 +11:00
..
contrib Merge rust-bitcoin/rust-bitcoin#999: examples: Add taproot PSBT example workflow 2022-10-25 16:47:18 +00:00
examples Promote rust-miniscript finalizer 2022-10-27 10:40:45 -04:00
src Document state after call to calculate_root_inline 2022-10-29 07:50:09 +11:00
tests Promote rust-miniscript finalizer 2022-10-27 10:40:45 -04:00
Cargo.toml Move test_data/* tests/data 2022-10-27 10:40:44 -04:00