md5Sum

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

md5Sum

Santiago Bragagnolo
Hi guys!

      Is there any md5sum implementation for pharo 1.4? I was looking at System-Hashing-MD5 package and is empty :P.

Santiago.
Reply | Threaded
Open this post in threaded view
|

Re: md5Sum

Marcus Denker-4

On Sep 12, 2012, at 1:02 PM, Santiago Bragagnolo <[hidden email]> 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


Reply | Threaded
Open this post in threaded view
|

Re: md5Sum

Santiago Bragagnolo
ok, sorry, it was just recategorized when i get Cryptography package!.

 Thank you Marcus!

2012/9/12 Marcus Denker <[hidden email]>

On Sep 12, 2012, at 1:02 PM, Santiago Bragagnolo <[hidden email]> 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