[PHP-DEV] Re: faster & public domain MD5 implementation

2007-12-24 Thread 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

[PHP-DEV] Re: faster & public domain MD5 implementation

2007-12-13 Thread Solar Designer
A few days ago, I wrote: > Attached is a quick patch for PHP 5.2.5 that replaces RSA's copyrighted > implementation of MD5 with my public domain one: > > > http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/popa3d/popa3d/md5/ > > This also results in faster and slightly smaller code (

[PHP-DEV] Re: faster & public domain MD5 implementation

2007-12-09 Thread Solar Designer
On Sun, Dec 09, 2007 at 12:53:56PM +0100, Peter Brodersen wrote: > A bit on a side note regarding the php function md5(): In general it > is possible to supply an arbitrary number of bits as input to MD5. > However, the implementation of md5() only takes a sting with octets as > the smallest fragme

[PHP-DEV] Re: faster & public domain MD5 implementation

2007-12-09 Thread Peter Brodersen
On Sun, 9 Dec 2007 04:05:52 +0300, in php.internals [EMAIL PROTECTED] (Solar Designer) wrote: >Attached is a quick patch for PHP 5.2.5 that replaces RSA's copyrighted >implementation of MD5 with my public domain one: > > > http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/popa3d/popa3d