rust-bitcoin-unsafe-fast/src
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
..
blockdata Rename SigHashCache -> SighashCache 2022-03-31 09:42:52 +11:00
consensus Use less vertical lines 2022-03-14 13:52:13 +11:00
network Use less vertical lines 2022-03-14 13:52:13 +11:00
util Rename SigHashCache -> SighashCache 2022-03-31 09:42:52 +11:00
hash_types.rs Order impl_hashencode lines 2022-03-09 13:18:48 +11:00
internal_macros.rs Merge rust-bitcoin/rust-bitcoin#903: Improve `SchnorrSigHashType` 2022-03-24 08:02:27 +02:00
lib.rs Rename SchnorrSigHashType -> SchnorrSighashType 2022-03-31 09:42:18 +11:00
policy.rs Flatten the policy module 2022-03-09 10:20:18 +11:00
serde_utils.rs Refactor where statements 2022-03-14 13:52:13 +11:00
test_macros.rs Refactor whitespace 2022-03-14 13:51:50 +11:00