c-kzg-4844/bindings/python
Justin Traglia d0201ca2c4
Remove pyecc tests (#300)
* Remove pyecc tests

* Remove pyecc tests in CI too
2023-05-10 12:05:55 +03:00
..
.gitignore Add bindings to readme (#154) 2023-02-23 17:53:08 +02:00
Makefile Remove pyecc tests (#300) 2023-05-10 12:05:55 +03:00
README.md Remove pyecc tests (#300) 2023-05-10 12:05:55 +03:00
ckzg.c Change on compute_[blob_]kzg_proof function signatures (#174) 2023-03-07 13:51:43 -06:00
setup.py Fix python bindings on macOS (#117) 2023-02-07 22:13:54 +00:00
tests.py Add ref test count checks for all bindings (#211) 2023-03-15 16:39:19 +02:00

README.md

Python bindings

This directory contains Python bindings for the C-KZG-4844 library.

Prerequisites

These bindings require python3 and PyYAML.

sudo apt install python3 python3-pip
python3 -m pip install PyYAML

Build & test

Everything is consolidated into one command:

make

You should expect to see these messages at the bottom:

python3 tests.py
tests passed