Python Bandersnatch VRFs library utilizing the RUST ark-ec-vrfs cryptographic library
pip install -r requirements.txt
maturin develop
pip install -r requirements.txt
# Build local OS wheel
maturin build --release
# Build manylinux1 wheel
docker run --rm -v $(pwd):/io ghcr.io/pyo3/maturin build --release