From 5b39e8eaa09d110bef848b91de6b291252af70fa Mon Sep 17 00:00:00 2001 From: Fabian Kaczmarczyck Date: Fri, 14 Jul 2023 13:57:28 +0200 Subject: [PATCH] Links PQC work on stable README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2db816bd..dd384d52 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,13 @@ Please check our [Troubleshooting and Debugging](docs/debugging.md) section if y have problems with the installation process or during development. To find out what else you can do with your OpenSK, see [Customization](docs/customization.md). +## Research + +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. + ## Contributing See [Contributing.md](docs/contributing.md).