Update README for Round 3 (#306)

See also #305
This commit is contained in:
Thom Wiggers 2020-07-25 06:46:58 +02:00 committed by GitHub
parent ed3104030f
commit dc69ab19db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,24 +79,28 @@ For all of these schemes we have clean C code, but for some we also have optimis
### Key Encapsulation Mechanisms ### Key Encapsulation Mechanisms
**Finalists:**
* Classic McEliece * Classic McEliece
* FrodoKEM
* Kyber * Kyber
* LedaKEM
* NTRU * NTRU
* NewHope
* SABER * SABER
* ThreeBears
**Alternate candidates:**
* FrodoKEM
* HQC
### Signature schemes ### Signature schemes
**Finalists:**
* Dilithium * Dilithium
* Falcon * Falcon
* MQDSS
* qTESLA
* Rainbow * Rainbow
**Alternate candidates:**
* SPHINCS+ * SPHINCS+
Implementations previously available in PQClean and dropped in Round 3 of the NIST standardization effort are available in the [`round2` tag](https://github.com/PQClean/PQClean/releases/tag/round2).
## API used by PQClean ## API used by PQClean
PQClean is essentially using the same API as required for the NIST reference implementations, PQClean is essentially using the same API as required for the NIST reference implementations,