c-kzg-4844/bindings/csharp
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
..
Ckzg.Bindings Use Bytes48 for commitments/proofs (#86) 2023-01-26 14:53:30 +00:00
Ckzg.Test Update expectedProofComputed values 2023-01-09 16:26:00 -06:00
.gitignore Remove duplicate files, improve build, change test framework 2022-11-07 21:18:23 +03:00
Ckzg.sln Remove duplicate files, improve build, change test framework 2022-11-07 21:18:23 +03:00
Makefile Upgrade blst & remove sha256 patch (#85) 2023-01-25 20:07:15 +00:00
ckzg.c Use Bytes48 for commitments/proofs (#86) 2023-01-26 14:53:30 +00:00
ckzg.h Use Bytes48 for commitments/proofs (#86) 2023-01-26 14:53:30 +00:00
kzg_tests.c Bytes-only interface (#62) 2023-01-16 20:05:23 +00:00