From 75e0bd202e8f66c8c044dfe46d62dd75b1bf031e Mon Sep 17 00:00:00 2001 From: Fabian Kaczmarczyck Date: Tue, 22 Aug 2023 04:54:07 +0200 Subject: [PATCH] Adds Bibtex for our paper to the README --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd384d52..7bd6bb63 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ ![Cargo format](https://github.com/google/OpenSK/workflows/Cargo%20format/badge.svg?branch=stable) [![Coverage Status](https://coveralls.io/repos/github/google/OpenSK/badge.svg?branch=stable)](https://coveralls.io/github/google/OpenSK?branch=stable) +*News:* [PQC paper published!](#Research) + ## OpenSK This repository contains a Rust implementation of a @@ -76,8 +78,22 @@ else you can do with your OpenSK, see [Customization](docs/customization.md). We implemented post-quantum cryptography on OpenSK. The code is released under the [hybrid-pqc tag](https://github.com/google/OpenSK/releases/tag/hybrid-pqc). -Our [paper](https://research.google/pubs/pub51659/) was published in the ACNS -Secure Cryptographic Implementation workshop 2023. +Our [paper](https://eprint.iacr.org/2022/1225) was published in the ACNS +Secure Cryptographic Implementation workshop 2023 and won the best paper award. + +
+Bibtex reference + +``` +@misc{51659, +title = {Hybrid Post-Quantum Signatures in Hardware Security Keys}, +author = {Diana Ghinea and Fabian Kaczmarczyck and Jennifer Pullman and Julien Cretin and Rafael Misoczki and Stefan Kölbl and Luca Invernizzi and Elie Bursztein and Jean-Michel Picod}, +year = {2022}, +URL = {https://eprint.iacr.org/2022/1225} +} +``` + +
## Contributing