solana-zk-token-proof-program 4.2.0

Solana Zk Token Proof Program
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ZK Token Proof Program (Deprecated)

> [!WARNING]
> **DEPRECATION NOTICE**: This crate is in the process of being removed from the codebase.

## Overview

This crate originally contained the implementation logic for the **ZK Token Proof** program.

The program waas never activated on any Solana network cluster (Testnet, Devnet, or Mainnet-Beta).
The functionality intended for this program has been replaced by the **ZK ElGamal Proof** program.

## Current Status

The functional logic within this crate has been removed. It currently contains only empty logic/stubs and exists solely as a transitional artifact while the removal process is finalized.

**Do not depend on this crate.**