nomos-node/nomos-da/kzgrs
Roman Zajic 8c3c4c1bfb
fix: Apply Nomos library code review recommendations (#898)
* fix: zero polynomial check

* fix: formatting

* fix: check for division by zero polynomial earlier in the process

* fix: introduce hiding bound and random generator

* fix: clippy happy

* fix: add randomness to generate_element_proof

* fix: clippy happy

* fix: include random_v in proof validation

* fix: add domain size check for production mode

* fix: formatting

* fix: skip IDING_BOUND check for tests

* fix: exclude HIDING_BOUND in commit params for tests

* test: add randomness to batch generate proofs

* fix: cleanup
- check for minimal domain size
- check for hiding bound
- randomness added
2024-12-09 22:27:15 +08:00
..
benches Update benchmark parameters for rs-decode. (#930) 2024-12-09 14:55:46 +01:00
src fix: Apply Nomos library code review recommendations (#898) 2024-12-09 22:27:15 +08:00
Cargo.toml Add rs encode/decode benches (#907) 2024-11-07 05:17:54 +01:00