Hi Ben, all,
So after all this what's the recommended way to use HMAC-SHA512 in Pharo 6?
I'd need it in combination with PBKDF2 to replicate this Python call:
PBKDF2(password, salt, iterations, macmodule=hmac,
digestmodule=hashlib.sha512).read(64)
Regards,
Esteban A. Maringolo
2017-12-10 6:01 GMT-03:00 Ben Coman <btc@openinworld.com>:
> Can anyone recommend libraries (native Smalltalk or via FFI)
> to do generate a HMAC-SHA512 ?
>
> cheers -ben