diff --git a/README.md b/README.md index 5ded77b..28287b1 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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`.