Sept. 12, 2012
11:09 a.m.
On Sep 12, 2012, at 1:02 PM, Santiago Bragagnolo <santiagobragagnolo@gmail.com> wrote:
Hi guys!
Is there any md5sum implementation for pharo 1.4? I was looking at System-Hashing-MD5 package and is empty :P.
It should not be empty... in my image: HashFunction subclass: #MD5 instanceVariableNames: 'state' classVariableNames: '' poolDictionaries: '' category: 'System-Hashing-MD5' -- Marcus Denker -- http://marcusdenker.de