cargodog / arcturus

A pure rust implementation of Arcturus proofs for confidential transactions.
MIT License
12 stars 2 forks source link

Need separate API for verify batch and verify single #14

Closed cargodog closed 3 years ago

cargodog commented 4 years ago

Currently there is only one function to verify, which supports performs batch verification. It would be nice to have separate verify() and verify_batch() APIs, to simplify usage for users that do not require batch verification.