Fossil SCM

Updates to the "sha3sum" help text.

drh 2017-02-25 20:14 trunk
Commit b015ad715d8a14d145638d22eda5b169f366bc61
1 file changed +7
+7
--- src/sha3.c
+++ src/sha3.c
@@ -556,10 +556,17 @@
556556
**
557557
** Usage: %fossil sha3sum FILE...
558558
**
559559
** Compute an SHA3 checksum of all files named on the command-line.
560560
** If a file is named "-" then take its content from standard input.
561
+**
562
+** Options:
563
+**
564
+** --228 Compute a SHA3-228 hash (the default)
565
+** --256 Compute a SHA3-256 hash
566
+** --384 Compute a SHA3-384 hash
567
+** --512 Compute a SHA3-512 hash
561568
*/
562569
void sha3sum_test(void){
563570
int i;
564571
Blob in;
565572
Blob cksum;
566573
--- src/sha3.c
+++ src/sha3.c
@@ -556,10 +556,17 @@
556 **
557 ** Usage: %fossil sha3sum FILE...
558 **
559 ** Compute an SHA3 checksum of all files named on the command-line.
560 ** If a file is named "-" then take its content from standard input.
 
 
 
 
 
 
 
561 */
562 void sha3sum_test(void){
563 int i;
564 Blob in;
565 Blob cksum;
566
--- src/sha3.c
+++ src/sha3.c
@@ -556,10 +556,17 @@
556 **
557 ** Usage: %fossil sha3sum FILE...
558 **
559 ** Compute an SHA3 checksum of all files named on the command-line.
560 ** If a file is named "-" then take its content from standard input.
561 **
562 ** Options:
563 **
564 ** --228 Compute a SHA3-228 hash (the default)
565 ** --256 Compute a SHA3-256 hash
566 ** --384 Compute a SHA3-384 hash
567 ** --512 Compute a SHA3-512 hash
568 */
569 void sha3sum_test(void){
570 int i;
571 Blob in;
572 Blob cksum;
573

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button