sha3: rename KeccakF->sha3_process_block76.
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 16 Jan 2013 01:20:31 +0000 (02:20 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 16 Jan 2013 01:20:31 +0000 (02:20 +0100)
commit5368fe541c023130843cea361d779addb936b95c
treee358717dcc6de60ff07ec7e2137b005ad1ebd595
parent406ea15e2c108c949f8b1a3547eecf4dd9509724
sha3: rename KeccakF->sha3_process_block76.

This brings the naming more in line with other hashes.
Pulled most statics and constants into it.
Also noticed that two byte arrays are 1 element too big.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/hash_md5_sha.c