From 3d05000b2c4f37d5293d657842e0df51ff1c4b9b Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Sat, 25 Jul 2020 06:46:58 +0200 Subject: [PATCH] Update README for Round 3 (#306) See also #305 --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 403ca787..56b7465b 100644 --- a/README.md +++ b/README.md @@ -79,24 +79,28 @@ For all of these schemes we have clean C code, but for some we also have optimis ### Key Encapsulation Mechanisms +**Finalists:** * Classic McEliece -* FrodoKEM * Kyber -* LedaKEM * NTRU -* NewHope * SABER -* ThreeBears + +**Alternate candidates:** +* FrodoKEM +* HQC ### Signature schemes +**Finalists:** * Dilithium * Falcon -* MQDSS -* qTESLA * Rainbow + +**Alternate candidates:** * 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 PQClean is essentially using the same API as required for the NIST reference implementations,