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 this library:

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

./rosetta.sh install

  1. To run the examples, please refer to this instruction notes.

Clone this wiki locally