From bac568202726475f97dcdaf656e33d2e719bd725 Mon Sep 17 00:00:00 2001 From: aquint-zama Date: Thu, 6 Jul 2023 15:10:15 +0200 Subject: [PATCH] chore(common): add citing Concrete in README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 39fa24840..bc996d031 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,18 @@ If you have built awesome projects using Concrete, feel free to let us know and +## Citing Concrete +To cite Concrete in academic papers, please use the following entry: + +```text +@Misc{Concrete, + title={{Concrete: TFHE Compiler that converts python programs into FHE equivalent}}, + author={Zama}, + year={2022}, + note={\url{https://github.com/zama-ai/concrete}}, +} +``` + ## License This software is distributed under the BSD-3-Clause-Clear license. If you have any questions, please contact us at hello@zama.ai.