Skip to content

Commit

Permalink
Adds Bibtex for our paper to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczmarczyck committed Aug 23, 2023
1 parent 244a199 commit 75e0bd2
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

<details>
<summary>Bibtex reference</summary>

```
@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}
}
```

</details>

## Contributing

Expand Down

0 comments on commit 75e0bd2

Please sign in to comment.