sha3: fix to conform to final SHA3 padding standard, add -a BITS option
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 29 Aug 2016 12:05:25 +0000 (14:05 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 29 Aug 2016 12:05:25 +0000 (14:05 +0200)
commit71a090f1871f165ebf3c31f733b36aafca71a6b4
tree4f0b38ba12a6e5b80aa829574f999ae1efd9f17a
parentd3d7f085ebf2898b62d4bb75566122c65be96454
sha3: fix to conform to final SHA3 padding standard, add -a BITS option

function                                             old     new   delta
hash_file                                            331     396     +65
md5_sha1_sum_main                                    485     538     +53
packed_usage                                       30423   30464     +41
sha3_begin                                            17      31     +14
sha3_hash                                            101     110      +9
sha3_end                                              41      49      +8

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/Config.src
coreutils/Kbuild.src
coreutils/md5_sha1_sum.c
include/applets.src.h
include/libbb.h
libbb/hash_md5_sha.c
testsuite/sha3sum.tests