Justin Traglia 6b2ee20102
Add bindings to readme (#154)
* Add bindings section to readme

* Reorganize a little bit

* Remove extra blank lines
2023-02-23 17:53:08 +02:00
..
2023-02-23 17:53:08 +02:00
2023-02-20 16:00:13 +00:00
2022-09-19 19:56:43 +01:00
2023-02-23 17:53:08 +02:00
2022-09-19 19:56:43 +01:00
2023-01-16 20:05:23 +00:00
2023-02-23 17:53:08 +02:00
2023-02-07 22:13:54 +00:00
2023-02-20 16:00:13 +00:00

Python bindings

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

Prerequisites

These bindings require python3 and py-ecc.

sudo apt install python3 python3-pip
python3 -m pip install py-ecc

Build & test

Everything is consolidated into one command:

make

You should expect to see these messages at the bottom:

python3 tests.py
tests passed
python3 py_ecc_tests.py
comparison to py_ecc passed