mirror of
https://github.com/logos-storage/rln-fast.git
synced 2026-08-10 20:03:14 +00:00
5 lines
157 B
Bash
5 lines
157 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
DIR="../workflow/build/"
|
||
|
|
./prover_cli --input=$DIR/input.json --partial=$DIR/partial.json --graph=$DIR/rln_main.graph --zkey=$DIR/rln_main.zkey
|