Skip to content

Zero knowledge Proof for Machine Learning Inference

Junjie Shi edited this page Jul 23, 2021 · 8 revisions
  1. Clone the branch with ZKP enabled:

git clone -b zkp_ml git@github.com:LatticeX-Foundation/Rosetta.git

  1. Get the emp-toolkit submodule code:

git submodule init

git submodule update

  1. Compile and install the library:

./rosetta.sh compile --enable-protocol-zk

Clone this wiki locally