rust-bitcoin-unsafe-fast/src/blockdata
Tobin Harding df7bb03a67 Simplify read_scriptbool
Simplify `read_scriptbool` by doing:

- Use `split_last` to get at the last element
- Mask the last byte against ^0x80 instead of using two equality
  statements
2022-01-26 16:52:41 +11:00
..
block.rs Put && operator at front of line 2022-01-25 10:21:06 +11:00
constants.rs Add subsidy halving interval constant 2022-01-20 08:52:46 -08:00
mod.rs Introduce Witness struct mainly to improve ser/de performance while keeping most usability. 2021-12-28 09:56:38 +01:00
opcodes.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
script.rs Simplify read_scriptbool 2022-01-26 16:52:41 +11:00
transaction.rs Use 4 character indentation 2022-01-19 14:30:36 +11:00
witness.rs Add Witness::new() 2022-01-11 07:37:20 +05:30