[Vm-dev] [squeak-dev] SHA512 squeak implementation?

Levente Uzonyi leves at caesar.elte.hu
Thu Mar 5 17:43:18 UTC 2020


Hi Robert,

The mail you are looking for is here: 
http://lists.squeakfoundation.org/pipermail/vm-dev/2020-March/032986.html

Since that email, to make life easier to those who have the Cryptography 
package loaded in their images, I've uploaded another variant of 
Hasher: HAHasher. It's the same as the Hasher package but all class 
names are prefixed with HA.
To load that, evaluate:

Installer ss
  	project: 'Registers';
  	install: 'Registers';
  	project: 'Hasher';
  	install: 'HAHasher'.

And then you can write

HAHashFunction newSHA512 hashMessage: 'test'.


Levente


More information about the Vm-dev mailing list