Module zebra_chain::primitives

source ·
Expand description

External primitives used in Zcash structures.

This contains re-exports of libraries used in the public API, as well as stub definitions of primitive types which must be represented in this library but whose functionality is implemented elsewhere.

Re-exports§

Modules§

  • Functions for modifying byte arrays.
  • Contains code that interfaces with the zcash_history crate from librustzcash.
  • Contains code that interfaces with the zcash_note_encryption crate from librustzcash.

Structs§

Traits§

  • A marker trait used to abstract over BCTV14 or Groth16 proofs in JoinSplits.