1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-25 08:51:26 +00:00

No airbags, we die like a real men

This commit is contained in:
Henry Case 2024-01-16 20:41:39 +00:00 committed by GitHub
parent e7b5cfe9f8
commit 1e9241932f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,9 +2,9 @@
Implementation of quantum-safe signature and KEM schemes submitted to NIST PQC Standardization 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. The goal is to provide an easy-to-use API in C and Rust to enable experimentation and education. 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 production systems. Users shouldn't expect any level of security provided by this code. Most of the code is unmaintained. The library is not meant to be used on production systems (or any other systems).
## Supported schemes ## Supported schemes