From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Wed, 4 Jul 2018 01:49:13 +0200 Subject: [PATCH] native inline gravatar In-Reply-To: <153041523536.31775.12330787152148492370.stgit@mail.warmcat.com> References: <153041523536.31775.12330787152148492370.stgit@mail.warmcat.com> Message-ID: Sorry, but not a chance something like this can be accepted. This is exactly the reason we put the time into making the Lua scripting support. Is your reason for implementing this C performance? In that case, could you send some performance metrics and some details about your performance requirements on a given system? Considering the Lua crypto module links against OpenSSL, I'm pretty sure that its hashing performance will be considerably better the slow reference implementation in this patch [1]. [1] https://github.com/openssl/openssl/blob/master/crypto/md5/asm/md5-x86_64.pl