package tezos-sapling

  1. Overview
  2. Docs

This 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 R = Rustzcash
val init_params : unit -> unit
module Spending_key : sig ... end
module Viewing_key : sig ... end
module DH : sig ... end

See spec section 4.17

module Rcm : sig ... end
module Commitment : sig ... end
module Nullifier : sig ... end
module CV : sig ... end
module Ciphertext : sig ... end
module Hash : sig ... end
module UTXO : sig ... end
module Proving : sig ... end
module Verification : sig ... end
module Forge : sig ... end