Skip to content

jcqln2/zk-multiplier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zk-multiplier

Minimal zk-SNARK proving a * b = c without revealing private a, b.

Quick Start

Prerequisites

  • Node.js v16+
  • Circom compiler
  • npm install -g snarkjs

Install Circom

# Binary (recommended)
curl -o circom https://github.com/iden3/circom/releases/download/v2.1.5/circom-linux-amd64
chmod +x circom && sudo mv circom /usr/local/bin/

About

A minimal zk-SNARK circuit proving ab=c without revealing a or b

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors