Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
HashCmd = &cobra.Command{
Use: "hash",
Short: "Use hast tool",
}
)
Functions ¶
This section is empty.
Types ¶
type AlgorithmType ¶
type AlgorithmType string
const ( CRC32 AlgorithmType = "crc32" MD5 AlgorithmType = "md5" SHA1 AlgorithmType = "sha1" SHA256 AlgorithmType = "sha256" SHA384 AlgorithmType = "sha384" SHA512 AlgorithmType = "sha512" All AlgorithmType = "all" )
Click to show internal directories.
Click to hide internal directories.