Go to file
Sean Bowe e61fd81e36 Added sodoku cell gadget. 2015-12-05 12:32:19 -07:00
src Added sodoku cell gadget. 2015-12-05 12:32:19 -07:00
.gitignore Initial commit 2015-12-04 19:40:05 -07:00
LICENSE Initial commit 2015-12-04 19:40:05 -07:00
Makefile Initial commit 2015-12-04 19:40:05 -07:00
README.md added todo list 2015-12-04 23:56:32 -07:00
get-libsnark Initial commit 2015-12-04 19:40:05 -07:00

README.md

todo:

  • make dimensionality n^2 x n^2
  • enforce solution range is in 1..n^2
  • enforce closure of rows, columns and groups
  • make input to circuit an encryption of the solution
  • make input of the circuit a commitment of the decryption key