mirror of
https://github.com/selfxyz/self.git
synced 2026-01-15 01:28:18 -05:00
5 lines
251 B
Bash
Executable File
5 lines
251 B
Bash
Executable File
#!/bin/bash
|
|
|
|
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
|