From bb0b9951a0c0d9b8bc01a934c02072166aaae89c Mon Sep 17 00:00:00 2001 From: Web3 Master <97716395+web3-master@users.noreply.github.com> Date: Sat, 7 Jan 2023 16:39:38 +0800 Subject: [PATCH] Update README.md Added a zksnark sudoku game. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cea167b..c2ce51f 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,4 @@ - [worldcoin/semaphore-rs](https://github.com/worldcoin/semaphore-rs) - Rust support library for using semaphore - [0xPARC/zk-group-sigs](https://github.com/0xPARC/zk-group-sigs) - Group signatures implemented with zkSNARKs - [vocdoni/zk-franchise-proof-circuit](https://github.com/vocdoni/zk-franchise-proof-circuit) - Census proof anonymous voting circuit +- [web3-master/zksnark-sudoku](https://github.com/web3-master/zksnark-sudoku) - Sudoku verifier using zkSNARK and circom.