nomos-node/nomos-core
Daniel Sanchez ee85d8737d DA: KZG+RS core (#632)
* Removed old kzg rs modules

* Added new kzgrs core module

* Implemented bytes_to_polynomial and tests

* Use coefficient form

* Refactor evaluations into method

* Use domain elements instead of roots of unity in tests

* Fix encoding and test

* Clippy happy

* Add comments

* Implement polynomial commitment

* Implement proof generation

* Sketch fn signature for verification

* implement proof verification

* Implemented verification and tests

* Return evaluations from bytes_to_polynomial as well

* Use modular le bytes

* Implement rs encode/decode

* Implement decoding tests

* Implement decode using lagrange

* Cleanup imports
2024-05-13 09:11:19 +03:00
..
src DA: KZG+RS core (#632) 2024-05-13 09:11:19 +03:00
Cargo.toml Refactor block (#609) 2024-03-13 18:46:10 +01:00