10000 GitHub - jtriley2p/zk-calculator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jtriley2p/zk-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZK Calculator

Using halo2 crate to create basic calculator logic.

Steps:

  • receive user input
  • parse user input into two operands, one operator, and one output
  • compute output with caclulator circuit
  • generate proof such that one (or two) operand(s) map to a given output via an operator
  • verify proof

NOTE: this only uses the Halo2 MockProver. It asserts circuit correctness, but keygen and such is synthetic.

Chip Layout

Circuit Architecture

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0