Smalltalk code calling SHA2Plugin

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

Smalltalk code calling SHA2Plugin

Robert Withers-2
 
Hi Levente,

I got the SHA2Plugin built and deployed to my Crypto plugins folder. Now I am trying to figure out how to call it from SHA512.

https://www.dropbox.com/sh/yhv253rwrhq0q5p/AAB7PKP2KPiGpDnIyule2h_Ia?dl=0

[plugin] I looked at it and please understand I think the classes you wrote and the framework is really quite nice. I am thrilled we found SHA512! It's impressive that your one plugin can handle a number of hash functions! Now all I need is to find the code that calls the SHA2Plugin. Levente, would you share that code, please?

Kindly,
Robert
Reply | Threaded
Open this post in threaded view
|

Re: Smalltalk code calling SHA2Plugin

Levente Uzonyi
 
Hi Robert,

Please have a look at: http://lists.squeakfoundation.org/pipermail/squeak-dev/2020-March/207851.html
It answers all your questions.


Levente

On Tue, 10 Mar 2020, Robert wrote:

> Hi Levente,
>
> I got the SHA2Plugin built and deployed to my Crypto plugins folder. Now I am trying to figure out how to call it from SHA512.
>
> https://www.dropbox.com/sh/yhv253rwrhq0q5p/AAB7PKP2KPiGpDnIyule2h_Ia?dl=0
>
> [plugin] I looked at it and please understand I think the classes you wrote and the framework is really quite nice. I am thrilled we found SHA512! It's impressive that your one plugin can handle a number of hash functions!
> Now all I need is to find the code that calls the SHA2Plugin. Levente, would you share that code, please?
>
> Kindly,
> Robert
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Smalltalk code calling SHA2Plugin

Levente Uzonyi
 
Hi Robert,

With yesterday's help from Eliot and Nicolas, the SHA2Plugin is ready:
http://squeaksource.com/Cryptography/CryptographyPlugins-ul.19.mcz
The updated version of the image-side code is available in the Hasher
repository. You can install it with:

Installer ss
     project: 'Registers';
     install: 'Registers';
     project: 'Hasher';
     install: 'HAHasher-Core';
     install: 'HAHasher-Tests'.


Levente


On Tue, 10 Mar 2020, Levente Uzonyi wrote:

>
> Hi Robert,
>
> Please have a look at:
> http://lists.squeakfoundation.org/pipermail/squeak-dev/2020-March/207851.html
> It answers all your questions.
>
>
> Levente
>
> On Tue, 10 Mar 2020, Robert wrote:
>
>> Hi Levente,
>>
>> I got the SHA2Plugin built and deployed to my Crypto plugins folder. Now I
> am trying to figure out how to call it from SHA512.
>>
>> https://www.dropbox.com/sh/yhv253rwrhq0q5p/AAB7PKP2KPiGpDnIyule2h_Ia?dl=0
>>
>> [plugin] I looked at it and please understand I think the classes you wrote
> and the framework is really quite nice. I am thrilled we found SHA512! It's
> impressive that your one plugin can handle a number of hash functions!
>> Now all I need is to find the code that calls the SHA2Plugin. Levente,
> would you share that code, please?
>>
>> Kindly,
>> Robert
>>
>>
>