Versions in this module Expand all Collapse all v0 v0.4.1 Apr 28, 2023 v0.4.0 Apr 20, 2023 Changes in this version + var HashCmd = &cobra.Command v0.3.0 Mar 25, 2023 Changes in this version + var HashFileCmd = &cli.Command + type AlgorithmType string + const All + const CRC32 + const MD5 + const SHA1 + const SHA256 + const SHA384 + const SHA512 + type HashFile struct + Algorithm AlgorithmType + Path string + func (hashFile *HashFile) Hash() (string, error) + func (hashFile *HashFile) Validated() error