Module elements::sighash[][src]

Expand description

BIP143 Implementation

Implementation of BIP143 Segwit-style signatures. Should be sufficient to create signatures for Segwit transactions (which should be pushed into the appropriate place in the Transaction::witness array) or bcash signatures, which are placed in the scriptSig.

Structs

A replacement for SigHashComponents which supports all sighash modes