Module merkle
Expand description
Tagged hashes for use in signature calculation and verification.
Structs§
- Tagged
Hash - 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§
- Sign
Error - Error when signing messages.