Re: [Pharo-users] [Pharo-dev] [Ann] Keccak hashing algorithm

2017-07-18 Thread Santiago Bragagnolo
Hahahaha, Thanks for the feedback. Sven, I am quite new in this domain. I'll study your questions and come with solutions tomorrow :). Thanks, i really need this interaction. On Tue, 18 Jul 2017 at 20:28 Sven Van Caekenberghe wrote: > Great work. I love libraries like these. > > I am a bit confu

Re: [Pharo-users] [Pharo-dev] [Ann] Keccak hashing algorithm

2017-07-18 Thread Sven Van Caekenberghe
Great work. I love libraries like these. I am a bit confused though, in your #updateString: you seem to be implementing UTF-8 encoding, something we already have. Normally, hashing algorithms are defined on bytes and result in bytes (yours returns a plain Array, which is also strange). It seem