This Go program uses goroutines to calculate multiple hashes on strings, files and directories. By default it reads from standard input. It can be used as a drop-in replacement for the GNU coreutils when hard-linked as md5sum, etc. and it actually supports the --zero option with --check. The output format is fully configurable. https://github.com/freebsd/freebsd-ports/pull/237
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb87692eb4940d1f18ed7319c7551b1d9fc5ab4c commit fb87692eb4940d1f18ed7319c7551b1d9fc5ab4c Author: Ricardo Branco <rbranco@suse.de> AuthorDate: 2024-02-22 19:00:12 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2024-02-25 09:07:38 +0000 security/xhash: add new port PR: 277279 Pull Request: https://github.com/freebsd/freebsd-ports/pull/237 security/Makefile | 1 + security/xhash/Makefile (new) | 26 ++++++++++++++++++++++++++ security/xhash/distinfo (new) | 13 +++++++++++++ security/xhash/pkg-descr (new) | 1 + 4 files changed, 41 insertions(+)
Committed, thanks!