mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 21:38:00 -05:00
updated readme
This commit is contained in:
@@ -2,10 +2,8 @@
|
||||
This crate assists with converting circuits from Bristol-fashion Format to Protobuf models.
|
||||
|
||||
## Usage
|
||||
Simply run cargo build to convert all circuits present in the `circuits/` directory.
|
||||
Simply run the compile binary to convert all circuits present in the input directory.
|
||||
|
||||
```bash
|
||||
cargo build
|
||||
```
|
||||
|
||||
The protobuf models will be saved into the build directory, e.g. `target/debug/build/pop-mpc-circuits-*/out/`
|
||||
cargo r --bin compile -- -i circuits/ -o out/
|
||||
```
|
||||
Reference in New Issue
Block a user