Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
norakh authored Nov 6, 2023
1 parent 0da0dea commit 1999f84
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### Citing this work
The design of FUSE is presented in this [paper](https://eprint.iacr.org/2023/563). If you want to use FUSE for your academic projects, please cite
```
@inproceedings{fuse,
author = {Lennart Braun and Moritz Huppert and Nora Khayata and Thomas Schneider and Oleksandr Tkachenko},
title = {{FUSE} -- {F}lexible File Format and Intermediate Representation for Secure Multi-Party Computation},
booktitle = {AsiaCCS},
year = {2023},
}
```

### Repository Structure
* `.github/workflows`: Contains configuration of Continuous Integration (CI) pipeline
* `extern`: Other Repositories used in this implementation, currently consisting of:
Expand Down Expand Up @@ -73,16 +84,5 @@ cd build/bin
./fuse_dev_tutorial
```

### Citing this work
The design of FUSE is presented in this [paper](https://eprint.iacr.org/2023/563). If you want to use FUSE for your academic projects, please cite
```
@inproceedings{fuse,
author = {Lennart Braun and Moritz Huppert and Nora Khayata and Thomas Schneider and Oleksandr Tkachenko},
title = {{FUSE} -- {F}lexible File Format and Intermediate Representation for Secure Multi-Party Computation},
booktitle = {AsiaCCS},
year = {2023},
}
```

### Example Circuits
For benchmarking and testing, we have used example circuits in [Bristol Format](https://homes.esat.kuleuven.be/~nsmart/MPC/old-circuits.html) and [HyCC](https://gitlab.com/securityengineering/HyCC) binary format. We have decided to only keep the Bristol format examples for easy access inside the repostory, to not blow up the size of this repository. However, there is a public ZIP-file containing both Bristol Format and HyCC circuits available in the [TUdatalib](https://tudatalib.ulb.tu-darmstadt.de/handle/tudatalib/3776). It is sufficient to unpack the ZIP-file and move the folder `examples/hycc-circuits` to `FUSE/examples/hycc-circuits`.

0 comments on commit 1999f84

Please sign in to comment.