1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 07:35:38 +00:00

Update README.md

This commit is contained in:
Henry Case 2021-05-26 11:15:16 +01:00 committed by GitHub
parent e9249a2bee
commit 974f62bb26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.