You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wolfSSL/src/appendix07.md
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,9 @@ These use different kinds of math from the conventional algorithms. They are des
35
35
**Note**: SABER KEM and NTRU KEM were deprecated and removed as they did not
36
36
move on to standardization.
37
37
38
+
**Note**: KYBER KEM 90s variants were deprecated and removed as NIST is not
39
+
considering them for standardization.
40
+
38
41
An explanation of lattice-based cryptography would fall outside the scope of this document but more information about these algorithms can be found in their NIST submissions at <https://csrc.nist.gov/projects/post-quantum-cryptography/round-3-submissions>.
39
42
40
43
Unfortunately, it might come as a shock, but we do not actually know that these algorithms will resist attacks from quantum computers. In fact, we do not even know that these algorithms are safe against a conventional computer. Its getting less and less likely, but someone could break lattice-based cryptography. However, as security experts will tell you, this is how cryptography has always worked. Algorithms are good when we start using them, but weaknesses and vulnerabilities are discovered and technology gets better. The post-quantum algorithms are somewhat problematic in that they are relatively new and could use a bit more attention from the community.
@@ -117,9 +120,6 @@ wolfSSL Variant Name | PQC Submission Variant Name
117
120
KYBER_LEVEL1 | KYBER512
118
121
KYBER_LEVEL3 | KYBER768
119
122
KYBER_LEVEL5 | KYBER1024
120
-
KYBER_90S_LEVEL1 | KYBER90S512
121
-
KYBER_90S_LEVEL3 | KYBER90S768
122
-
KYBER_90S_LEVEL5 | KYBER90S1024
123
123
124
124
Post-Quantum Hybrid KEM Naming Convention:
125
125
@@ -128,9 +128,6 @@ wolfSSL Variant Name | NIST ECC Curve and PQC Submission Variant Name
128
128
P256_KYBER_LEVEL1 | ECDSA P-256 and KYBER512
129
129
P384_KYBER_LEVEL3 | ECDSA P-384 and KYBER768
130
130
P521_KYBER_LEVEL5 | ECDSA P-521 and KYBER1024
131
-
P256_KYBER90S_LEVEL1 | ECDSA P-256 and KYBER90S512
132
-
P384_KYBER90S_LEVEL3 | ECDSA P-384 and KYBER90S768
133
-
P521_KYBER90S_LEVEL5 | ECDSA P-521 and KYBER90S1024
0 commit comments