Re: Digest::MD5 hexdigest() and md5_hex() differ

2005-10-18 Thread Adriano Ferreira
On 10/18/05, Gert <[EMAIL PROTECTED]> wrote: > in the example below I am using Digest::MD5 for computing the md5-checksum > for a string. The first solution uses the function md5_hex, the second way > uses the OO method hexdigest. The results are not equal. Shouldn't they be > equal? I think they s

Digest::MD5 hexdigest() and md5_hex() differ

2005-10-18 Thread Gert
Hello, in the example below I am using Digest::MD5 for computing the md5-checksum for a string. The first solution uses the function md5_hex, the second way uses the OO method hexdigest. The results are not equal. Shouldn't they be equal? I think they should?