Crate solana_zk_token_sdk

Source

Re-exports§

pub use solana_curve25519 as curve25519;
pub use curve25519_dalek;

Modules§

encryption
Collection of encryption-related data structures and algorithms used in the Solana zk-token protocol.
errors
Errors related to proving and verifying proofs.
instruction
The instruction data types for the ZK Token proof instruction.
zk_token_elgamal
zk_token_proof_instruction
Instructions provided by the ZK Token proof program.
zk_token_proof_program
The native ZK Token proof program.
zk_token_proof_state

Macros§

define_add_variants