Dmitriy Ryajov 0b774a7af0
add ffi
2023-03-22 18:19:24 -06:00
2023-03-20 21:59:43 -06:00
2023-03-20 18:46:44 -06:00
2023-03-22 18:19:24 -06:00
2023-03-21 09:46:36 -06:00
2023-03-20 19:09:50 -06:00
2023-03-21 09:46:36 -06:00
2023-03-20 21:59:43 -06:00
2023-03-20 21:59:43 -06:00
2023-03-20 22:12:01 -06:00

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

First, clone the repo and install the circom components:

git clone git@github.com:status-im/codex-storage-proofs.git
cd codex-storage-proofs
npm i
cd circuits

Nex, compile circuits:

../scripts/circuit_prep.sh

Running the tests:

cargo test -r # run tests in release mode by default for speed
Description
testing zk tooling
Readme
Languages
Rust 74%
JavaScript 12.9%
Nim 11.8%
Shell 1.3%