From simon at josefsson.org Tue Jan 30 10:20:35 2024 From: simon at josefsson.org (Simon Josefsson) Date: Tue, 30 Jan 2024 10:20:35 +0100 Subject: [PATCH] cipher: Add Classic McEliece mceliece6688128f. Message-ID: <87wmrr9nz0.fsf@kaka.sjd.se> Hi This patch adds Classic McEliece mceliece6688128f based on the public domain libmceliece code. What do you think? jas at kaka:~/src/libgcrypt$ tests/t-kem --mceliece6688128f --loops 100 --verbose t-kem: Checking KEM. t-kem: 100 tests done t-kem: All tests completed in 29540ms. Errors: 0 jas at kaka:~/src/libgcrypt$ tests/t-kem --sntrup761 --loops 100 --verbose t-kem: Checking KEM. t-kem: 100 tests done t-kem: All tests completed in 6530ms. Errors: 0 jas at kaka:~/src/libgcrypt$ /Simon -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-cipher-Add-Classic-McEliece-mceliece6688128f.patch Type: text/x-diff Size: 181729 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 255 bytes Desc: not available URL: From wk at gnupg.org Tue Jan 30 16:48:45 2024 From: wk at gnupg.org (Werner Koch) Date: Tue, 30 Jan 2024 16:48:45 +0100 Subject: [PATCH] cipher: Add Classic McEliece mceliece6688128f. In-Reply-To: <87wmrr9nz0.fsf@kaka.sjd.se> (Simon Josefsson via Gcrypt-devel's message of "Tue, 30 Jan 2024 10:20:35 +0100") References: <87wmrr9nz0.fsf@kaka.sjd.se> Message-ID: <87le86g6ua.fsf@jacob.g10code.de> On Tue, 30 Jan 2024 10:20, Simon Josefsson said: > This patch adds Classic McEliece mceliece6688128f based on the public > domain libmceliece code. What do you think? Seems people want that. - I think the name is too long, we should find an abbreviation. - C++ comments neeed to be remoced - __attribute__ need to be removed or replaced by GGPRT macros. - Probably other cleanups. Gniibe has some experience with that. However, Kyber has higher priority right now. Salam-Shalom, Werner -- The pioneers of a warless world are the youth that refuse military service. - A. Einstein -------------- next part -------------- A non-text attachment was scrubbed... Name: openpgp-digital-signature.asc Type: application/pgp-signature Size: 247 bytes Desc: not available URL: