pedroalbanese / whirlpoolsum

ISO/IEC 10118-3 Whirlpool Recursive Hasher written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WHIRLPOOLSUM(2)

ISC License GitHub downloads GoDoc Go Report Card GitHub go.mod Go version GitHub release (latest by date)

Whirlpool Recursive Hashsum Implementation written in Go

Usage of whirlpoolsum:
whirlpoolsum [-c <hash.ext>] [-r] <file.ext>
  -c string
        Check hashsum file.
  -r    Process directories recursively.

Examples:

Generate hashsum list:

$ ./whirlpoolsum [-r] "*.*" > hash.txt

Check hashsum file:

$ ./whirlpoolsum -c hash.txt
$ echo $?

License

This project is licensed under the ISC License.

Copyright (c) 2020-2022 Pedro F. Albanese - ALBANESE Research Lab.

About

ISO/IEC 10118-3 Whirlpool Recursive Hasher written in Go

License:ISC License


Languages

Language:Go 100.0%