Open dot-asm opened 1 year ago
@vmx, I should have checked and suggested this earlier, sorry about that, but have a look at https://github.com/dot-asm/bellperson/commit/c033439668a2f02581a3ca521401b5020872d042. The "keyword" there is switch from supraseal_c2::generate_groth16_proof() to supraseal_c2::generate_groth16_proofs(). I can open pull request in the bellperson...
supraseal_c2::generate_groth16_proof()
supraseal_c2::generate_groth16_proofs()
Makes sense. Yes, please open an PR on the bellperson repo.
@vmx, I should have checked and suggested this earlier, sorry about that, but have a look at https://github.com/dot-asm/bellperson/commit/c033439668a2f02581a3ca521401b5020872d042. The "keyword" there is switch from
supraseal_c2::generate_groth16_proof()
tosupraseal_c2::generate_groth16_proofs()
. I can open pull request in the bellperson...