Module merkle

Expand description

Tagged hashes for use in signature calculation and verification.

Structs§

TaggedHash
A hash for use in a specific context by tweaking with a context-dependent tag as per BIP 340 and computed over the merkle root of a TLV stream to sign as defined in BOLT 12.

Enums§

SignError
Error when signing messages.