Go to file
kayos@tcp.direct a0deb4012d
Fix bug where I am bad at computer
2022-03-26 20:17:56 -07:00
cmd/b2sum init 2022-03-26 19:16:02 -07:00
internal Fix bug where I am bad at computer 2022-03-26 20:17:56 -07:00
.gitignore Fix bug where I am bad at computer 2022-03-26 20:17:56 -07:00
README.md init 2022-03-26 19:16:02 -07:00
go.mod init 2022-03-26 19:16:02 -07:00
go.sum init 2022-03-26 19:16:02 -07:00

b2sum

This simple program operates similar to command line tools like sha256sum. Prints a 64 byte blake2b checksum encoded in base64 to standard output. Works with files or standard input.

Operation

  • b2sum data.bin
  • cat data.bin | b2sum