From 974f62bb26133bcc06b931c1183a832a71111732 Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Wed, 26 May 2021 11:15:16 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3b98e0b..8e6b7616 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PQ Crypto Catalog -Implementation of quantum-safe signature and KEM schemes submitted to NIST PQC Standarization Process. +Implementation of quantum-safe signature and KEM schemes submitted to NIST PQC Standardization Process. The goal is to provide an easy-to-use API in C and Rust to enable experimentation. The code is derived from the submission to the NIST Post-Quantum Standardization, either directly or by leveraging [PQClean](https://github.com/PQClean/PQClean) project.