c-kzg-4844/bindings/python
Justin Traglia 03b90ef63f
Use Bytes48 for commitments/proofs (#86)
* Start to use bytes48 type

* Update java bindings

* Update variable names

* Update csharp bindings

* Update node.js bindings

* Update python bindings

* Fix mistake in python bindings

* Add new functions

* Fix nit in java bindings

* Update variable names in java bindings

* Compare to point at infinity

* Update bytes_to_bls_field doc

* Add todo

* Do key validation

* Remove bytes_to_g1

* Fix bug & add remark

* Fix memcmp mistake

* Fix nit in nodejs bindings

* Fix another nit

* Update nodejs parameter names

* Remove to_proof() and to_commitment()

* Fix bug
2023-01-26 14:53:30 +00:00
..
Makefile Bytes-only interface (#62) 2023-01-16 20:05:23 +00:00
ckzg.c Use Bytes48 for commitments/proofs (#86) 2023-01-26 14:53:30 +00:00
fft.py Test equivalence with py_ecc 2022-09-19 19:56:43 +01:00
kzg_proofs.py Check blob_to_kzg_commitment ret in python binding 2023-01-09 11:51:05 -06:00
multicombs.py Test equivalence with py_ecc 2022-09-19 19:56:43 +01:00
py_ecc_tests.py Bytes-only interface (#62) 2023-01-16 20:05:23 +00:00
tests.py Bytes-only interface (#62) 2023-01-16 20:05:23 +00:00
tiny_trusted_setup.txt Remove unused code, remove min- prefix 2022-11-01 14:24:02 +00:00