Skip to content
/ zksnarks Public

Simple illustration of snarkjs and circom for zksnarks

Notifications You must be signed in to change notification settings

atk81/zksnarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

About Project

In this project we illustrated how zksnarks works, with the help of two examples. In polynomial-circuit we illustrated a simple quadratic ciruit and in hash-function we illustrated a complex hash-function.

Tools Required

  1. Install nodejs.
  2. Install snarkjs
npm install -g snarkjs
  1. Install Circom
npm install -g circom

Download the this repo into your local system.

If you have git install then

git clone https://github.com/ashutoshkush81/zksnarks

or goto https://github.com/ashutoshkush81/zksnarks and download the repo.

About

Simple illustration of snarkjs and circom for zksnarks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published