weijiekoh / zkmm

A Mastermind game using zk-snarks
Other
166 stars 22 forks source link

Minor Error in README.md Protocol Section #5-make-a-guess #3

Open OwaisChunawala opened 2 years ago

OwaisChunawala commented 2 years ago

Hi, thank you for this repo!

There is a very minor error in the #5-make-a-guess

The codemaster must then send the clue and the proof back to the codemaster, who can verify that the clue is valid by computing:

instead it should be

The codemaster must then send the clue and the proof back to the codebreaker, who can verify that the clue is valid by computing:

p.s., Can we interact some time when you are free? Would love to know how you think about Zero Knowledge Proofs and how we can build real-world utility apps using the same.