sha3: add 32-bit optimized bit-sliced implementation
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 25 Jul 2014 15:24:13 +0000 (17:24 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 25 Jul 2014 15:24:13 +0000 (17:24 +0200)
commit2a563ea49a16589f47ed6afe7b22eebef4e3a6d1
tree212bbad503c49c6ae0aabaeaef0ab023ca584f39
parenta4d564ad7c24df2da1d8e03a7dd016f0a3d5edbd
sha3: add 32-bit optimized bit-sliced implementation

It is an interesting trick, but so far I only managed to make it work
correctly, not to make it faster and/or smaller.
The code is ifdefed out for now.

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