Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34243 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85505 invoked by uid 1010); 25 Dec 2007 06:30:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85490 invoked from network); 25 Dec 2007 06:30:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Dec 2007 06:30:27 -0000 Authentication-Results: pb1.pair.com header.from=pollita@php.net; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=pollita@php.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain php.net designates 140.211.166.39 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pollita@php.net X-Host-Fingerprint: 140.211.166.39 osu1.php.net Linux 2.4/2.6 Received: from [140.211.166.39] ([140.211.166.39:33848] helo=osu1.php.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/40-16350-383A0774 for ; Tue, 25 Dec 2007 01:30:27 -0500 DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=mx; d=php.net; h=From:Subject:To:Date; b=yENsKzfCvq0PEVchGua4zwcaj2BKE8ULnN/oXde7gnHTRSJrUoZSp9Xhiee+rT9v 5xqjRDQbEpmaYyxrpWgRSg9Lf7Zg3V4rneQ1OZNRkBCP234Z1J8aKkM1lWZ45TDj Authentication-Results: osu1.php.net smtp.mail=pollita@php.net; spf=neutral; sender-id=neutral Authentication-Results: osu1.php.net header.from=pollita@php.net; sender-id=neutral Authentication-Results: osu1.php.net smtp.user=pollita; auth=pass (LOGIN) Received: from [216.145.49.15] ([216.145.49.15:4378] helo=[10.72.76.217]) by osu1.php.net (envelope-from ) (ecelerity 2.2.1.23 r()) with ESMTPSA (cipher=none) id FA/00-30692-AC3A0774; Mon, 24 Dec 2007 22:31:39 -0800 Message-ID: <4770A378.1020001@php.net> Date: Mon, 24 Dec 2007 22:30:16 -0800 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Solar Designer CC: internals@lists.php.net References: <20071209010552.GA12561@openwall.com> In-Reply-To: <20071209010552.GA12561@openwall.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: faster & public domain MD5 implementation From: pollita@php.net (Sara Golemon) > I also wrote a similar public domain implementation of MD4, which I can > provide for inclusion in hash_md.c if there's any interest. > No objections from me on replacing the implementations in ext/hash. Those were written with functional correctness in mind, not speed. So long as the test vectors in ext/hash/tests continue to pass, I don't see why faster algorithms wouldn't be quite welcome... -Sara