Closed
Description
Summary
PC::check
is implemented with optional rng:
Lines 225 to 233 in 9da67e2
However, rng is mandatory for check_combinations
Line 344 in 9da67e2
Even tho PC::batch_check
forwards that as optional
Line 292 in 9da67e2
Problem Definition
This creates downstream conflicts for types that comply with PC::check
and will have the rng as optional. In case the user will not provide the rng, we can defer to
poly-commit/src/optional_rng.rs
Line 12 in 9da67e2
Proposal
Update PC::check_combinations
and PC::batch_check
to take the rng as optional
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Metadata
Metadata
Assignees
Labels
No labels