diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-08-29 14:05:25 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-08-29 14:05:25 +0200 |
commit | 71a090f1871f165ebf3c31f733b36aafca71a6b4 (patch) | |
tree | 4f0b38ba12a6e5b80aa829574f999ae1efd9f17a /coreutils/Config.src | |
parent | d3d7f085ebf2898b62d4bb75566122c65be96454 (diff) | |
download | busybox-w32-71a090f1871f165ebf3c31f733b36aafca71a6b4.tar.gz busybox-w32-71a090f1871f165ebf3c31f733b36aafca71a6b4.tar.bz2 busybox-w32-71a090f1871f165ebf3c31f733b36aafca71a6b4.zip |
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>
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index 619c2efe8..b9dde1209 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
@@ -328,12 +328,6 @@ config FEATURE_LS_COLOR_IS_DEFAULT | |||
328 | configurable, and the output may not be legible on | 328 | configurable, and the output may not be legible on |
329 | many output screens. | 329 | many output screens. |
330 | 330 | ||
331 | config MD5SUM | ||
332 | bool "md5sum" | ||
333 | default y | ||
334 | help | ||
335 | md5sum is used to print or check MD5 checksums. | ||
336 | |||
337 | config MKDIR | 331 | config MKDIR |
338 | bool "mkdir" | 332 | bool "mkdir" |
339 | default y | 333 | default y |
@@ -458,30 +452,6 @@ config SEQ | |||
458 | help | 452 | help |
459 | print a sequence of numbers | 453 | print a sequence of numbers |
460 | 454 | ||
461 | config SHA1SUM | ||
462 | bool "sha1sum" | ||
463 | default y | ||
464 | help | ||
465 | Compute and check SHA1 message digest | ||
466 | |||
467 | config SHA256SUM | ||
468 | bool "sha256sum" | ||
469 | default y | ||
470 | help | ||
471 | Compute and check SHA256 message digest | ||
472 | |||
473 | config SHA512SUM | ||
474 | bool "sha512sum" | ||
475 | default y | ||
476 | help | ||
477 | Compute and check SHA512 message digest | ||
478 | |||
479 | config SHA3SUM | ||
480 | bool "sha3sum" | ||
481 | default y | ||
482 | help | ||
483 | Compute and check SHA3 (512-bit) message digest | ||
484 | |||
485 | config SLEEP | 455 | config SLEEP |
486 | bool "sleep" | 456 | bool "sleep" |
487 | default y | 457 | default y |
@@ -731,17 +701,4 @@ config FEATURE_HUMAN_READABLE | |||
731 | help | 701 | help |
732 | Allow df, du, and ls to have human readable output. | 702 | Allow df, du, and ls to have human readable output. |
733 | 703 | ||
734 | comment "Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum" | ||
735 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM || SHA3SUM | ||
736 | |||
737 | config FEATURE_MD5_SHA1_SUM_CHECK | ||
738 | bool "Enable -c, -s and -w options" | ||
739 | default y | ||
740 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM || SHA3SUM | ||
741 | help | ||
742 | Enabling the -c options allows files to be checked | ||
743 | against pre-calculated hash values. | ||
744 | |||
745 | -s and -w are useful options when verifying checksums. | ||
746 | |||
747 | endmenu | 704 | endmenu |