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