diff options
author | Jack Lloyd <[email protected]> | 2022-01-27 17:17:27 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2022-01-27 17:17:27 -0500 |
commit | 011d1725f6fa0623dfb5386693570fb0d1850bfe (patch) | |
tree | 7cf7a1f27f87fbfa6a29954bd9889ade6bd1e04c /doc | |
parent | f2c767cf1b1b1eba52787277bb5289f7e53a9a36 (diff) |
Deprecate current McEliece [ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/deprecated.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/deprecated.rst b/doc/deprecated.rst index 908fd69e9..bfe89a539 100644 --- a/doc/deprecated.rst +++ b/doc/deprecated.rst @@ -55,6 +55,10 @@ in a future major release. - NewHope lattice based KEM. This will be replaced by a newer and more well studied design (probably Kyber) +- The current McEliece implementation (in ``pubkey/mce``) will be + replaced by a more modern code-based KEM from the NIST + competition. (Probably the "Classic McEliece" submission.) + - DLIES - GCM support for 64-bit tags |