mirror of
https://github.com/logos-storage/rln-fast.git
synced 2026-06-10 21:49:27 +00:00
5 lines
157 B
Bash
Executable File
5 lines
157 B
Bash
Executable File
#!/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
|