Module commit_verify::tagged_hash[][src]

Expand description

Bitcoin tagged hash helper types.

Structs

Midstate

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::sha256t_hash_newtype!] macro instead.

Traits

TaggedHash

Trait with convenience functions, which is auto-implemented for all types wrapping sha256t::Hash, i.e. BIP-340-like hash types.