Update README for Round 3 (#306)

See also #305
这个提交包含在:
Thom Wiggers 2020-07-25 06:46:58 +02:00 提交者 GitHub
父节点 ed3104030f
当前提交 dc69ab19db
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

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