mirror of
https://github.com/vacp2p/gnark-rln.git
synced 2026-01-07 22:34:03 -05:00
docs: add output to readme
This commit is contained in:
11
README.md
11
README.md
@@ -12,4 +12,15 @@ Merkle tree Inclusion proof taken from [here](https://github.com/reilabs/gnark-l
|
||||
|
||||
```bash
|
||||
go run main.go
|
||||
```
|
||||
|
||||
## Output
|
||||
|
||||
```
|
||||
15:00:24 INF compiling circuit
|
||||
15:00:24 INF parsed circuit inputs nbPublic=5 nbSecret=43
|
||||
15:00:24 INF building constraint builder nbConstraints=15971
|
||||
15:00:24 DBG constraint system solver done nbConstraints=15971 took=12.184334
|
||||
15:00:24 DBG prover done backend=groth16 curve=bn254 nbConstraints=15971 took=66.380416
|
||||
15:00:24 DBG verifier done backend=groth16 curve=bn254 took=1.793958
|
||||
```
|
||||
Reference in New Issue
Block a user