Versions in this module Expand all Collapse all v1 v1.1.0-nightly Feb 6, 2026 v1.0.0 Jan 4, 2026 Changes in this version + func NewFileHashCmd(_ func()) *cobra.Command + type Encoding string + const Base64 + const HexLower + const HexUpper + type FileHash struct + func NewFileHash() *FileHash + func (fh *FileHash) Calculate(hashType string, filePath string) ([]byte, error) + func (fh *FileHash) Format(rawHash []byte, e Encoding) (string, error)