Skip to content

Commit a5f1a71

Browse files
committed
stash
1 parent c761176 commit a5f1a71

File tree

2 files changed

+2
-72
lines changed

2 files changed

+2
-72
lines changed

zk-blog-prompt.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

zk-compression-blog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# ZK Compression for ZK Applications
1+
# How to use Zk compression in ZK Solana Programs
22

33
Every transaction on Solana is public. This lack of privacy prevents mainstream adoption for many use cases.
44

55
Zero knowledge proofs enable privacy in Solana programs, such as private transactions, private voting, and private identity verification.
66

7-
The key building blocks for private Solana programs are:
7+
The key building blocks for zk in Solana programs are:
88
1. Zero Knowledge Proofs (ZKPs) to prove application logic privately.
99
2. Poseidon Merkle Trees to store data in a format that can be efficiently proven in a ZK circuit.
1010
3. Nullifiers to prevent double spending.

0 commit comments

Comments
 (0)