Page 1 of 1

SHA-3

Posted: Thu Oct 04, 2012 4:12 pm
by wilbert
I just read Keccak has been chosen for SHA-3.
http://keccak.noekeon.org/

Re: SHA-3

Posted: Fri Oct 05, 2012 12:47 am
by kenmo
Yep it was announced this week I believe. Maybe it will end up in PureBasic sometime this year?

I don't know much about the Keccak algorithm... I did do a research project on BLAKE, one of the other five finalists.

Re: SHA-3

Posted: Fri Oct 05, 2012 6:14 pm
by netmaestro
Maybe it will end up in PureBasic sometime this year?
There is no SHA-2 in Purebasic except for the routines Wilbert and I wrote last year, so it doesn't seem promising. In the meantime I'll see how much asm I can remember, put Wilbert on speed-dial and take a stab at it. From their description it seems simpler to implement than SHA-2.

Re: SHA-3

Posted: Fri Oct 05, 2012 7:23 pm
by wilbert
Love to see what you come up with Netmaestro 8)

I looked at the source code and it seems complicated to me.
The shortest code inside their file section is the python version but I don't know python.

Edit:
There's a PureBasic implementation now
http://www.purebasic.fr/english/viewtop ... 40&t=56420