Browse Source

Update README for Round 3 (#306)

See also #305
master
Thom Wiggers 4 years ago
committed by GitHub
parent
commit
dc69ab19db
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 6 deletions
  1. +10
    -6
      README.md

+ 10
- 6
README.md 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

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


Loading…
Cancel
Save