This repo contains:
- The
circom
implementation of the Aptos Keyless ZK relation from AIP-61 - An implementation of a ZK proving service
This repository uses a Git submodule for its rust-rapdisnark
dependency.
You should pull it via:
git submodule init
git submodule update