Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 500 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 500 Bytes

sudoJoe

A Zero-Knowledge Server-Client Sudoko Application

  • Implemented the whole Zero-Knowledge Sudoku technique where the prover proves to the verifier that he knows the solution to the current game without revealing anything from the solution
  • Made the prove non-interactive using the Fiat-Shamir technique inspired from this repo
  • Used the Coloring Cryptographic Protocol in this sudoku paper