rust-bitcoin-unsafe-fast/bitcoin/src/blockdata/script
Tobin C. Harding 7929b51640
Pass keys by value
We should pass `Copy` types by value not by reference. Pass the key
types by value.
2024-06-14 14:16:28 +10:00
..
borrowed.rs Improve deprecation notice 2024-04-10 11:05:05 +10:00
builder.rs Pass keys by value 2024-06-14 14:16:28 +10:00
instruction.rs refactor(script): move `read_scriptint` to `PushBytes` & create `read_int` function 2024-05-28 15:36:17 +05:30
mod.rs refactor(script): move `read_scriptint` to `PushBytes` & create `read_int` function 2024-05-28 15:36:17 +05:30
owned.rs Pass keys by value 2024-06-14 14:16:28 +10:00
push_bytes.rs refactor(script): move `read_scriptint` to `PushBytes` & create `read_int` function 2024-05-28 15:36:17 +05:30
tests.rs Pass keys by value 2024-06-14 14:16:28 +10:00
witness_program.rs Pass keys by value 2024-06-14 14:16:28 +10:00
witness_version.rs Merge rust-bitcoin/rust-bitcoin#2569: Move types to `units` 2024-03-15 22:43:51 +00:00