@@ -20,7 +20,7 @@ The current state of PQC is represented by the ongoing [NIST PQC standardization
| [FrodoKEM]({{<ref"/frodo">}} "FrodoKEM")| Key encapsulation from generic lattices [[NAB+20]](../../refs#nab20) | Public-key Encryption and Key-establishment | Round Three Alternative |
| [GeMSS]({{<ref"/gemss">}} "GeMSS") | Multivariate signature scheme producing small signatures [[CFP+19]](../../refs#cfp19) | Digital Signature | Round Three Alternative |
| [HQC]({{<ref"/hqc">}} "HQC") | Hamming quasi-cyclic code-based public key encryption scheme [[MAB+20]](../../refs#mab20) | Public-key Encryption and Key-establishment | Round Three Alternative |
| [KYBER]({{<ref"/kyber">}} "KYBER")| IND-CCA2-secure key-encapsulation mechanism (KEM) based on hard problems over module lattices [[ABD+21]](../../refs#abd21)| Public-key Encryption and Key-establishment | Round 3 Finalist |
| [CRYSTALS-Kyber]({{<ref"/kyber">}} "KYBER")| IND-CCA2-secure key-encapsulation mechanism (KEM) based on hard problems over module lattices [[ABD+21]](../../refs#abd21)| Public-key Encryption and Key-establishment | Round 3 Finalist |
| [Classic McEliece]({{<ref"/mceliece">}} "Classic McEliece") | Code-based public-key cryptosystem based on random binary Goppa codes [[CCU+20]](../../refs#ccu20) | Public-key Encryption and Key-establishment | Round 3 Finalist |
| [NTRU]({{<ref"/ntru">}} "NTRU") | Public-key cryptosystem based on lattice-based cryptography [[CDH+19]](../../refs#cdh19) | Public-key Encryption and Key-establishment | Round 3 Finalist |
| [NTRU-Prime]({{<ref"/prime">}} "NTRU-Prime") | Small lattice-based key-encapsulation mechanism (KEM) [[BBC+20]](../../refs#bbc20) | Public-key Encryption and Key-establishment | Round 3 Alternative |
[CRYSTALS-Dilithium](https://pq-crystals.org/dilithium/) is a digital signature scheme based on the hardness of the shortest vector (SVP) problem over module lattices.
[CRYSTALS-Kyber](https://pq-crystals.org/kyber/) is a key-encapsulation mechanism (KEM) based on the learning with errors (LWE) problem over module lattices.
[Classic McEliece](https://classic.mceliece.org/) is a code-Based public-key cryptosystem based on linear decoding problem of random binary Goppa codes.
[SABER](https://www.esat.kuleuven.be/cosic/pqcrypto/saber/) is a key-encapsulation mechanism (KEM) based on the hardness of the module learning with rounding problem (MLWR).