1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 07:59:01 +00:00

Update README.md

This commit is contained in:
Henry Case 2021-06-23 14:14:25 +01:00 committed by GitHub
parent bb3fe16bd5
commit c1283aa979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,21 +6,22 @@ The goal is to provide an easy-to-use API in C and Rust to enable experimentatio
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 live production systems.
## Schemes support ## Supported schemes
| Name | NIST Round | x86 optimized | | Name | NIST Round | x86 optimized |
|--------------------------|------------|---------------| |--------------------------|------------|---------------|
| Kyber | 3 | x | | Kyber | 3 | x |
| NTRU | 3 | x |
| SABER | 3 | x | | SABER | 3 | x |
| FrodoKEM | 3 | | | FrodoKEM | 3 | |
| NTRU Prime | 3 | x |
| HQC-RMRS | 3 | x |
| Dilithium | 3 | x | | Dilithium | 3 | x |
| Falcon | 3 | | | Falcon | 3 | |
| Rainbow | 3 | |
| SPHINCS+ SHA256/SHAKE256 | 3 | x | | SPHINCS+ SHA256/SHAKE256 | 3 | x |
| NTRU | 3 | x |
| NTRU Prime | 3 | x |
| HQC-RMRS | 3 | x |
| Rainbow | 3 | |
| SIKE/p434 | 3 | x | | SIKE/p434 | 3 | x |
| McEliece | 3 | |
## Building ## Building