Skip to content

silvasur/sha3sum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

sha3sum

Simple program to expose golang.org/x/crypto/sha3 on the command line (similar to the sha1sum utility)

Usage

Call the program with a list of filenames, these will be hashed. The filename '-' represents stdin. When no argument is passed, hash stdin. Optionally you can specify the hash size (e.g. 256, 512) with the optional -algo flag. See sha3sum -help.

About

Simple program to expose `golang.org/x/crypto/sha3` on the command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages