nomos-node/nodes/nomos-node
Daniel Sanchez aebdd5c814 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-04-18 16:24:56 +03:00
..
src DA: KZG+RS core (#632) 2024-04-18 16:24:56 +03:00
Cargo.toml Switch from Carnot to Cryptarchia (#624) 2024-03-28 12:56:04 +01:00
config.yaml Mixnet v1 (#569) 2024-03-12 15:47:35 +09:00