Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luckyyang/zkhack-2023-cached-quotients-lookup
https://github.com/luckyyang/zkhack-2023-cached-quotients-lookup
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/luckyyang/zkhack-2023-cached-quotients-lookup
- Owner: luckyyang
- Created: 2023-11-12T08:10:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T14:48:16.000Z (11 months ago)
- Last Synced: 2023-12-19T16:19:37.374Z (11 months ago)
- Language: Python
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cached Quotient Lookups
A Python implementation of [Cached Quotient Lookups](https://eprint.iacr.org/2022/1763.pdf)
## Getting started
### 1. Install poetry
To get started, you'll need to have a Python version >= 3.8 and [`poetry`](https://python-poetry.org) 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