Module commit_verify::tagged_hash
source · [−]Expand description
Bitcoin tagged hash helper types.
Structs
Helper class for tests and creation of tagged hashes with dynamically-
defined tags. Do not use in all other cases; utilize
bitcoin_hashes::sha256t type and
bitcoin_hashes::sha256t_hash_newtype macro instead.
Traits
Trait with convenience functions, which is auto-implemented for all types
wrapping sha256t::Hash, i.e. BIP-340-like hash types.