Manta-Network / manta-rs

Rust Crates for the Manta Network Ecosystem

Home Page:https://github.com/Manta-Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert Groth16 StateSize into the Measure APIs

bhgomes opened this issue · comments

These are most likely correct:

|gamma_abc_g1| = public inputs
|l_query| = witnesses
|a_query| = |l_query| + |gamma_abc_g1|
|h_query| = #const - 1

but need to double-check them.