Module zebra_chain::transaction::sighash
source · Expand description
Signature hashes for Zcash transactions
Structs§
- The different SigHash types, as defined in https://zips.z.cash/zip-0143
- A Signature Hash (or SIGHASH) as specified in https://zips.z.cash/protocol/protocol.pdf#sighash
- A SigHasher context which stores precomputed data that is reused between sighash computations for the same transaction.