# SHA3SUM(2) [![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/sha3sum?status.png)](http://godoc.org/github.com/pedroalbanese/sha3sum) [![GitHub downloads](https://img.shields.io/github/downloads/pedroalbanese/sha3sum/total.svg?logo=github&logoColor=white)](https://github.com/pedroalbanese/sha3sum/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/pedroalbanese/sha3sum)](https://goreportcard.com/report/github.com/pedroalbanese/sha3sum) [![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/pedroalbanese/sha3sum)](https://golang.org) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/pedroalbanese/sha3sum)](https://github.com/pedroalbanese/sha3sum/releases) ### sha3sum Parallel Implementation written in Go
Usage of sha3sum:
sha3sum [-c <hash.ext>] [-b N] [-r] <file.ext>
  -b int
        Bits: 224, 256, 384 and 512. (default 256)
  -c string
        Check hashsum file.
  -r    Process directories recursively.
### Examples: #### Generate hashsum list:
$ ./sha3sum [-r] "*.*" > hash.txt
##### Always works in binary mode. #### Check hashsum file:
$ ./sha3sum -c hash.txt
##### Exit code is always 0 in verbose mode. ## License This project is licensed under the ISC License. ##### Copyright (c) 2020-2021 Pedro Albanese - ALBANESE Research Lab.