Re: [PATCH] cipher: Add Classic McEliece mceliece6688128f.
Werner Koch via Gcrypt-devel <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.libgcrypt.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! On Wed, 17 Apr 2024 11:57, Simon Josefsson said: > Classic McEliece is abbreviated 'CM' in its specification document, so > s/MCELIECE6688128/CM6688128/g' is one approach. Good idea. I prefer easy to type names and the 6688128 is already long enough ;-). > Are pre-C99 compilers supported for real, or is this merely an obsolete > desired feature? Do you have any example of a pre-C99 compiler that can No, it is not obsolete and forces us to keep the code readable. It is hard to test these days but things should be limited to what is really needed. The __func__ macro and the __VA_ARGS__ are so useful that we should allow them. But struct initializers and trailing commas are problematic (older but still used AIX and HPUX compilers). //-comments are a severe aesthetic annoyance. > build libgcrypt? I recall trying to get libgcrypt to build with tcc > long time ago and failed. Charles H. Beebe used to test on all kinds of Unices. Shalom-Salam, Werner -- The pioneers of a warless world are the youth that refuse military service. - A. Einstein _______________________________________________ Gcrypt-devel mailing list [email protected] https://lists.gnupg.org/mailman/listinfo/gcrypt-devel
openpgp-digital-signature.asc
(application/pgp-signature, 247 B)
-----BEGIN PGP SIGNATURE----- iIMEARYIACsWIQSHd0YfKgdOvEgNNZQZzByeCFsQegUCZiDwFA0cd2tAZ251cGcu b3JnAAoJEBnMHJ4IWxB6GYYA/1gmQ0KGGvghm3PkFKAUyDsFhAiCD/9KduHStCj+ emChAQC8fjlr488XU7MIhOeQ5URgV/UKvNrzSfndOEdrAVvCDQ== =jV4j -----END PGP SIGNATURE-----