eth2.0-specs/tests/generators/kzg_7594
Justin Traglia 252b852a61
Rename column_index to cell_index in KZG spec (#3841)
* Rename column_index to cell_index in KZG spec

* Fix table of contents

* Replace list(set()) with set()

* Change coset_evals to cell_indices in some places

* Remove punctuation in table description

* Remove "row" from comments & improve docstring

* Replace unique with deduplicated
2024-07-15 19:41:33 +03:00
..
README.md Add initial version of kzg_7594 test generator (#3693) 2024-04-24 11:40:27 -05:00
main.py Rename column_index to cell_index in KZG spec (#3841) 2024-07-15 19:41:33 +03:00
requirements.txt Add initial version of kzg_7594 test generator (#3693) 2024-04-24 11:40:27 -05:00

README.md

KZG Test Generator for EIP-7594

These tests are specific to the API required for implementing PeerDAS polynomial commitment sampling.