Norbert, On Tue, Jul 18, 2017 at 11:05 AM, Norbert Hartl <norbert@hartl.name> wrote:
Really great! I think we should move the Cryptography package from smalltalkhub to github, refactor it and add goodies like this. We need a strong crypto foundation.
I agree that refactoring and adding goodies is great. But why does that imply moving to github? The Cryptography package has Squeak contributors too and moving to github implies a fork.
Norbert
Am 18.07.2017 um 19:10 schrieb Esteban A. Maringolo < emaringolo@gmail.com>:
Great!
I see you continue doing Ethereum related stuff ;-)
Regards! Esteban A. Maringolo
2017-07-18 13:32 GMT-03:00 Santiago Bragagnolo < santiagobragagnolo@gmail.com>:
Hi there!
I am just releasing the first version of the Keccak-256 hashing algorithm. https://en.wikipedia.org/wiki/SHA-3
You can find it at: https://github.com/sbragagnolo/Keccak
This version is based on a javascript implementation: https://github.com/emn178/js-sha3
This implementation supports as message: bytearray and ascii and utf-8 strings.
Soon i will be adding support to the rest of the Keccak family of hashing functions, since the implementations is quite configurable, is just need to add some constructors with specific configurations and tests for this other cases of usage.
Here a onliner for building an image with the version v0.1:
wget -O- https://raw.githubusercontent.com/sbragagnolo/Keccak/v0.1/ build.sh | bash
Hope you find it useful :)
Santiago
-- _,,,^..^,,,_ best, Eliot