Re: [Pharo-users] SHA512 HMAC support in Pharo

2019-08-14 Thread Ben Coman
On Wed, 14 Aug 2019 at 20:25, Jonathan van Alteren < jvalte...@objectguild.com> wrote: > Hi all, > > For a client project we need support for SHA512 and SHA384 hashing and > digital signatures with HMAC). Can anyone tell me if there is work (being) > done on SHA512? We're on Pharo 7.0.3. > > At fi

[Pharo-users] SHA512 HMAC support in Pharo

2019-08-14 Thread Jonathan van Alteren
Hi all, For a client project we need support for SHA512 and SHA384 hashing and digital signatures with HMAC). Can anyone tell me if there is work (being) done on SHA512? We're on Pharo 7.0.3. At first, it didn't look too hard to refactor the SHA256 class in the System-Hashing package. That is.