nomos-node/nomos-da-core/kzg
Daniel Sanchez 2bd8ea92b1
DA kzg initial approach (#309)
* Added kzg crate

* Added basic commitment and proof creation methods

* Added blob verification

* DA kzg custom blob sizes (#325)

* Added types module

* Added dynamic size methods

* Added compute and verify test

* Fix using wrong constant on compute_commitment

* Criterion setup and first benchmark

* Move constants to settings struct

* Add tiny docs

* Pad blob is data shorter than it should

---------

Co-authored-by: Gusto <bacvinka@gmail.com>

---------

Co-authored-by: Gusto <bacvinka@gmail.com>
2023-08-28 10:51:46 +02:00
..
benches DA kzg initial approach (#309) 2023-08-28 10:51:46 +02:00
src DA kzg initial approach (#309) 2023-08-28 10:51:46 +02:00
Cargo.toml DA kzg initial approach (#309) 2023-08-28 10:51:46 +02:00