Expand description
Contains code that interfaces with the zcash_primitives crate from librustzcash.
Structsยง
- Identity
Map ๐ - MapTransparent ๐
- Precomputed
Auth ๐ - Precomputed
TxData ๐ - Precomputed data used for sighash or txid computation.
- Transparent
Auth ๐
Enumsยง
- Sighash
Error ๐ - Internal error type returned by
sighash_innerwhen a sighash request violates one of the documented preconditions ofsighashorsighash_v4_raw.
Functionsยง
- auth_
digest ๐ - Compute the authorizing data commitment of this transaction as specified in ZIP-244.
- sighash ๐
- Compute a signature hash using librustzcash.
- sighash_
inner ๐ - Internal sighash computation that surfaces precondition violations through
Resultinstead of spreading.expect()calls across multiple sites. - sighash_
v4_ ๐raw - Compute a pre-V5 (V4) signature hash using the raw
hash_typebyte.