arkworks-rs / poly-commit

A Rust library for polynomial commitments
Apache License 2.0
309 stars 123 forks source link

Documentation for multi-opening methods #129

Closed Antonio95 closed 8 months ago

Antonio95 commented 8 months ago

Description

Added documentation for batch_open, batch_check, open_combinations and check_combinations, as well as an auxiliary method.

The batch_open method has been moved to a more logical place inside the lib.rs file (yielding the method order from the preceding sentence).


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.