mirror of
https://github.com/selfxyz/self.git
synced 2026-02-21 03:00:36 -05:00
7 lines
294 B
Bash
Executable File
7 lines
294 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source "scripts/download_ptau.sh"
|
|
|
|
echo "compiling circuit rsapss_verifier"
|
|
circom circuits/tests/utils/rsapss_verifier.circom -l node_modules -l ./node_modules/@zk-kit/binary-merkle-root.circom/src -l ./node_modules/circomlib/circuits --r1cs --O1 --wasm -c --output build
|