arkworks-rs / arkworks-rs/poly-commit
Tests sample enforced_degree_bounds from max_degree
Open
- Dominant language
- Rust
- Stars
- 440
- Forks
- 160
- PR merge metrics
- No merged PRs in 30d
Description
In the test_template function and equation_test_template in lib.rs, the randomly generated degree_bounds are sampled randomly from a range up to max_degree when they should have a maximum degree of supported_degree. So, degree_bounds passed into the trimming function can be invalid.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.