#![allow(clippy::integer_arithmetic)]
pub mod client;
pub mod output;
pub mod token;
/// Helper functions to generate split zero-knowledge proofs for confidential transfers.
///
/// The logic in this submodule should belong to the `solana-zk-token-sdk` and will be removed with
/// an upgrade to the Solana program in the future.
pub mod proof_generation;
pub use spl_token_2022;