Skip to content

Commit

Permalink
chore: Mention dylib experimental and disable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarth committed Feb 1, 2024
1 parent c9f34ad commit e231351
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dir = "examples/circom/keccak256" # Directory of the circuit
name = "keccak256_256_test" # Name of the circuit
[dylib]
use_dylib = true # Options: true, false
use_dylib = false # Options: true, false
name = "keccak256.dylib" # Name of the dylib file, only used if use_dylib is true
```

Expand Down
4 changes: 3 additions & 1 deletion config-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ dir = "examples/circom/keccak256" # Directory of the circuit
name = "keccak256_256_test" # Name of the circuit

[dylib]
use_dylib = true # Options: true, false
# 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
name = "keccak256.dylib" # Name of the dylib file, only used if use_dylib is true

0 comments on commit e231351

Please sign in to comment.