From fba66facc6a288f43e5f1f2ac9cfd790afada6cf Mon Sep 17 00:00:00 2001 From: Henry Case Date: Tue, 6 Apr 2021 15:14:03 +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 09a39066..7160e2ea 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PQ Crypto Catalog -This is a repository of post-quantum schemes copied from the submission to the NIST Post-Quantum Standardization. The sources were initially based on the PQClean project to form a new library. The goal of the library is to be used mainly for experimentation or implementation of various PoC related to migration to post-quantum cryptography. +This is a repository of post-quantum schemes copied from either the submission to the NIST Post-Quantum Standardization or [PQClean](https://github.com/PQClean/PQClean) project. The goal of the library is to provide easy to use API which enables quick experimentation related to migration to post-quantum cryptography. Users shouldn't expect any level of security provided by this code. The library is not meant to be used on live production systems.