From ba592a85c1560db9783bb7bb57e03dfc3727e6bd Mon Sep 17 00:00:00 2001 From: Pedro Albanese <68971450+pedroalbanese@users.noreply.github.com> Date: Thu, 4 Nov 2021 08:04:03 -0300 Subject: [PATCH] GoDoc --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b83c154..193dd0d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # SHA3SUM(2) -## sha3sum Parallel Implementation written in Go +[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](https://github.com/pedroalbanese/sha3sum/blob/master/LICENSE.md) +[![GoDoc](https://godoc.org/github.com/pedroalbanese/whirlpoolsum?status.png)](http://godoc.org/github.com/pedroalbanese/sha3sum) +[![Go Report Card](https://goreportcard.com/badge/github.com/pedroalbanese/sha3sum)](https://goreportcard.com/report/github.com/pedroalbanese/sha3sum) +### sha3sum Parallel Implementation written in Go
 SHA3 Hashsum Tool - ALBANESE Lab (c) 2020-2021
@@ -8,7 +11,7 @@ Usage of sha3sum:
 sha3sum [-v] [-b N] [-c <hash.ext>] [-r] -t <file.ext>
 
   -b int
-        Bits: 224, 256, 384 and 512. (default 224)
+        Bits: 224, 256, 384 and 512. (default 256)
   -c string
         Check hashsum file.
   -r    Process directories recursively.