Module zcash_primitives

Source
Expand description

Contains code that interfaces with the zcash_primitives crate from librustzcash.

Structsยง

IdentityMap ๐Ÿ”’
MapTransparent ๐Ÿ”’
PrecomputedAuth ๐Ÿ”’
PrecomputedTxData ๐Ÿ”’
Precomputed data used for sighash or txid computation.
TransparentAuth ๐Ÿ”’

Functionsยง

auth_digest ๐Ÿ”’
Compute the authorizing data commitment of this transaction as specified in ZIP-244.
sighash ๐Ÿ”’
Compute a signature hash using librustzcash.