luckyyang / zkhack-2023-cached-quotients-lookup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cached Quotient Lookups

A Python implementation of Cached Quotient Lookups

Getting started

1. Install poetry

To get started, you'll need to have a Python version >= 3.8 and poetry installed:

curl -sSL https://install.python-poetry.org | python3 -.

2. Install dependencies

Run command in the root of the repository:

poetry install

This will install all the dependencies in a virtualenv.

3. Run

Run command from the root of the repository:

poetry run python test.py

This will take you through the workflow of setup, proof generation, and verification

About


Languages

Language:Python 100.0%