An attempt to use SnarkJS within Flutter WebView.
The example circuit used within multiplier_3
is simply a circuit to compute the multiplication of 3 numbers.
// input signals
{
"in": [3, 7, 11]
}
// output signals
{
"out": 231
}
The provided prover key & verification key is of a PLONK proof system. PTAU used is for BN128 by Polygon Hermez (less than
Note that there is an issue with browser code of Snarkjs right now, until that is fixed we are using version 0.5.x
.
I have no idea of mobile development, this is practically my hello-world in the mobile space.