rust-bitcoin-unsafe-fast/src/blockdata
Tobin Harding b84f25584e Rename SigHashCache -> SighashCache
Our usage of `SigHash` implies that 'sighash' is _two_ words; 'sighash'
is a well known word in the Bitcoin ecosystem it should appear in
identifiers as `Sighash`.

Rename `SigHashCache` to `SighashCache`.
2022-03-31 09:42:52 +11:00
..
block.rs Remove get_ prefix 2022-03-19 08:28:30 +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 Merge rust-bitcoin/rust-bitcoin#877: Improve ClassifyContext rustdocs 2022-03-20 20:40:32 +02:00
script.rs Merge rust-bitcoin/rust-bitcoin#881: Remove feature gated enum variants 2022-03-24 14:49:38 +02:00
transaction.rs Rename SigHashCache -> SighashCache 2022-03-31 09:42:52 +11:00
witness.rs Use less vertical lines 2022-03-14 13:52:13 +11:00