From 0a452b12201aa8b73563badbf67a47ef6e495bc8 Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Mon, 9 Jan 2023 15:33:20 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dd86c56..3008acbc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Implementation of quantum-safe signature and KEM schemes submitted to NIST PQC S 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. -Users shouldn't expect any level of security provided by this code. The library is not meant to be used on live production systems. +Users shouldn't expect any level of security provided by this code. The library is not meant to be used on production systems. ## Supported schemes