@alpha-network/keccak256-zk
Description
The JavaScript SDK designed for verifying data existence using zero-knowledge proofs (ZKP) based on the Keccak256 hashing algorithm.
This SDK enables developers to confirm the validity of data in blockchain or distributed storage systems without revealing its actual content. It’s easy to integrate, making it ideal for blockchain applications, data privacy solutions, and decentralized projects.
Installation
Usage
Generate ZK Proof
To generate a zero-knowledge proof, use the generateZkProof
function:
Verify ZK Proof
To verify a generated proof, use the verifyZkProof
function:
License
MIT
Remote Repository
Last updated