Tezos_sapling.CoreSourceThis module implements all the core functionalities. It contains also the low level Rustzcash type equalities and should be used in its Raw form only for testing. For all other uses refer to its Client or Validator interfaces.
module Validator :
Core_sig.Validator
with type Ciphertext.t = Client.Ciphertext.t
and type Commitment.t = Client.Commitment.t
and type CV.t = Client.CV.t
and type Hash.t = Client.Hash.t
and type Nullifier.t = Client.Nullifier.t
and module UTXO = Client.UTXOmodule Wallet :
Core_sig.Wallet
with type Spending_key.t = Client.Spending_key.t
and type Viewing_key.t = Client.Viewing_key.t
and type Viewing_key.address = Client.Viewing_key.address