diff --git a/anon-aadhaar-config.toml b/anon-aadhaar-config.toml index 44093984..07ea979b 100644 --- a/anon-aadhaar-config.toml +++ b/anon-aadhaar-config.toml @@ -10,11 +10,11 @@ device_type = "x86_64" # Options: x86_64, simulator, device, arm, arm64 build_mode = "release" # Options: debug, release [circuit] -dir = "examples/circom/anonAadhaar" # Directory of the circuit -name = "aadhaar-verifier" # Name of the circuit +dir = "mopro-core/examples/circom/anonAadhaar" # Directory of the circuit +name = "aadhaar-verifier" # Name of the circuit [dylib] # NOTE: Dylib support is experimental and requires some fiddling in iOS # See https://github.com/oskarth/mopro/pull/37 and https://github.com/oskarth/mopro/pull/38 -use_dylib = false # Options: true, false +use_dylib = false # Options: true, false name = "anonAadhaar.dylib" # Name of the dylib file, only used if use_dylib is true diff --git a/config-android-ci.toml b/config-android-ci.toml index c11c6892..41859e78 100644 --- a/config-android-ci.toml +++ b/config-android-ci.toml @@ -12,8 +12,8 @@ device_type = "x86_64" # Options: x86_64, simulator, device, arm, arm64 build_mode = "release" # Options: debug, release [circuit] -dir = "examples/circom/keccak256" # Directory of the circuit -name = "keccak256_256_test" # Name of the circuit +dir = "mopro-core/examples/circom/keccak256" # Directory of the circuit +name = "keccak256_256_test" # Name of the circuit [dylib] # NOTE: Dylib support is experimental and requires some fiddling in iOS diff --git a/config-ci.toml b/config-ci.toml index 39bebafa..642afee7 100644 --- a/config-ci.toml +++ b/config-ci.toml @@ -10,8 +10,8 @@ device_type = "x86_64" # Options: x86_64, simulator, device, arm, arm64 build_mode = "release" # Options: debug, release [circuit] -dir = "examples/circom/keccak256" # Directory of the circuit -name = "keccak256_256_test" # Name of the circuit +dir = "mopro-core/examples/circom/keccak256" # Directory of the circuit +name = "keccak256_256_test" # Name of the circuit [dylib] # NOTE: Dylib support is experimental and requires some fiddling in iOS diff --git a/config-complex.toml b/config-complex.toml index 602ffe37..0b24e281 100644 --- a/config-complex.toml +++ b/config-complex.toml @@ -10,8 +10,8 @@ device_type = "device" # Options: x86_64, simulator, device, arm, arm64 build_mode = "release" # Options: debug, release [circuit] -dir = "examples/circom/complex-circuit" # Directory of the circuit -name = "complex-circuit-1000k-1000k" # Name of the circuit +dir = "mopro-core/examples/circom/complex-circuit" # Directory of the circuit +name = "complex-circuit-1000k-1000k" # Name of the circuit [dylib] # NOTE: Dylib support is experimental and requires some fiddling in iOS diff --git a/config-example-android.toml b/config-example-android.toml index 3ab559bc..2ec211cc 100644 --- a/config-example-android.toml +++ b/config-example-android.toml @@ -12,8 +12,8 @@ device_type = "arm64" # Options: x86_64, simulator, device, arm, arm64 build_mode = "release" # Options: debug, release [circuit] -dir = "examples/circom/keccak256" # Directory of the circuit -name = "keccak256_256_test" # Name of the circuit +dir = "mopro-core/examples/circom/keccak256" # Directory of the circuit +name = "keccak256_256_test" # Name of the circuit [dylib] # NOTE: Dylib support is experimental and requires some fiddling in iOS diff --git a/config-example.toml b/config-example.toml index fa570b10..b5b05d4a 100644 --- a/config-example.toml +++ b/config-example.toml @@ -10,8 +10,8 @@ device_type = "simulator" # Options: x86_64, simulator, device, arm, arm64 build_mode = "release" # Options: debug, release [circuit] -dir = "examples/circom/keccak256" # Directory of the circuit -name = "keccak256_256_test" # Name of the circuit +dir = "mopro-core/examples/circom/keccak256" # Directory of the circuit +name = "keccak256_256_test" # Name of the circuit [dylib] # NOTE: Dylib support is experimental and requires some fiddling in iOS