A golang port of b3sum
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

449 B

b3sum

A golang port of b3sum

This is a simple b3sum command using github.com/zeebo/blake3.

go get git.wow.st/gmp/b3sum
go install git.wow.st/gmp/b3sum

Usage:

  b3sum [flags] [file]...
  -h	Prints help information
  -l int
    	The number of output bytes, prior to hex encoding (default 32)
  -p int
    	The maximum concurrency (defaults to the number of CPUs)

If no input files are specified, b3sum reads stdin.