Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 479 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 479 Bytes

ZK-Sudoku

This repo use multiple SNARK library to implment circuit of Sudoku

  • Arkworks
  • Circom
  • dusk-Plonk
  • ZK-Garage-Plonk
  • Jellyfish
  • Plonky2
  • Halo2

In order to reduce the size of Public Inputs, Sha256 is used to compress unsolved-inputs in the implementation of Arkworks and Circom, and other implementations need to be further completed.