Smartdevs17/zk-cryptography-research-implementations-in-rust
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# ZK Implementations This repository contains all my Zero-Knowledge (ZK) implementations. ## List of Implementations 1. [Prime Fields](./prime_fields) 2. [Multilinear Polynomial](./multilinear_poly) 3. [Sum-Check Protocol](./sumcheck_protocol) 4. [Circuits](./circuits) ## Getting Started To get started with any of the implementations, navigate to the respective directory and follow the instructions in the README file. ## Prerequisites - [Node.js](https://nodejs.org/) - [npm](https://www.npmjs.com/) - [zk-SNARK library](https://example.com/zk-snark-library) ## Installation Clone the repository: