diff --git a/README.md b/README.md index 9033ae1..4a7e659 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ be used directly with this library. node ../tools/buildpkey.js -i proving_key.json -o proving_key.bin ``` -The result is a JSON object with pi_a, pi_b and pi_c points. +The result is a JSON object with pi_a, pi_b, pi_c points and protocol groth field. You can use the stringified version of this JSON as a proof.json in [snarkjs](https://github.com/iden3/snarkjs) @@ -62,20 +62,24 @@ Here is a simple example of a web page that loads a key and a witness and genera