testing zk tooling
Go to file
Dmitriy Ryajov a0ba322cfd
Storage proofs (#1)
* WIP: working on storage proofs

* make it work

* don't need to pass an array

* add failing case

* move `saltSquare` to top

* updating deps
2023-02-09 10:40:23 -06:00
circuits Storage proofs (#1) 2023-02-09 10:40:23 -06:00
scripts adding script to prepare circuit in CLI 2022-12-14 10:40:39 +01:00
test Storage proofs (#1) 2023-02-09 10:40:23 -06:00
.gitignore add gitignore 2022-11-24 09:16:56 +01:00
README.md adding minimal README 2023-02-08 15:46:17 +01:00
package-lock.json Storage proofs (#1) 2023-02-09 10:40:23 -06:00
package.json Storage proofs (#1) 2023-02-09 10:40:23 -06:00

README.md

codex-zk

License: Apache License: MIT

WIP Zero Knowledge tooling for the Codex project

License

Licensed and distributed under either of

or

at your option. These files may not be copied, modified, or distributed except according to those terms.

Usage

Preparing test key material (only suitable for testing)

../scripts/circuit_prep.sh storer 13

Running part of the code

npm test test/merkletree.js