SHA-3

For everything that's not in any way related to PureBasic. General chat etc...
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3943
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

SHA-3

Post by wilbert »

I just read Keccak has been chosen for SHA-3.
http://keccak.noekeon.org/
User avatar
kenmo
Addict
Addict
Posts: 2054
Joined: Tue Dec 23, 2003 3:54 am

Re: SHA-3

Post 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.
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8452
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: SHA-3

Post 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.
BERESHEIT
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3943
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: SHA-3

Post 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
Post Reply