This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Sudoku Tutorial | ||
|
||
## Contents | ||
|
||
### Modules | ||
- `Sudoku`: A Snarkl program which verifies solutions to any sudoku puzzle | ||
- `Main`: A CLI tool to compile the verifier to an r1cs or generate a witness. | ||
|
||
### Solver | ||
There is a [sudoku solver](./solver/Main.hs) executable contained in this tutorial that is meant to work with the verifier. | ||
|
||
### Example Puzzle | ||
There is an example puzzle which is hard coded in with the solver. Here is the ![initial state](./assets/init.png) of the puzzle, and here is the ![solution](./assets/solved.png). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.