Skip to content

Zero knowledge Proof for Machine Learning Inference

Yilin Yan edited this page Apr 1, 2022 · 8 revisions
  1. Clone the repo:
git clone git@github.com:LatticeX-Foundation/Rosetta.git
  1. Get the emp-toolkit submodule codebase because we rely on its core ZKP cryptographic functionalities:
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 and for more details, please refer to the instruction notes.
Clone this wiki locally