diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..c13665f5 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,19 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +preferred-citation: + type: article + authors: + - family-names: "Bursztein" + given-names: "Elie" + - family-names: "Invernizzi" + given-names: "Luca" + - family-names: "Král" + given-names: "Karel" + - family-names: "Moghimi" + given-names: "Daniel" + - family-names: "Picod" + given-names: "Jean-Michel" + - family-names: "Zhang" + given-names: "Marina" + doi: "10.48550/arXiv.2306.07249" + title: "Generic Attacks against Cryptographic Hardware through Long-Range Deep Learning" diff --git a/README.md b/README.md index 3f60a78d..22aa37c7 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,17 @@ its codebase, models or datasets please cite: } ``` -Additionally please also cite the talks and publications that are the most relevant -to your work, so reader can quickly find the right information. Last but not -least, you are more than welcome to add your publication/talk to the list below by making a pull request 😊. +To cite the [paper](https://arxiv.org/abs/2306.07249) describing the approach, please cite: +```bibtex +@misc{bursztein2023generic, + title={Generic Attacks against Cryptographic Hardware through Long-Range Deep Learning}, + author={Elie Bursztein and Luca Invernizzi and Karel Král and Daniel Moghimi and Jean-Michel Picod and Marina Zhang}, + year={2023}, + eprint={2306.07249}, + archivePrefix={arXiv}, + primaryClass={cs.CR} +} +``` ### SCAAML AES tutorial