Documentation
¶
Overview ¶
Package cryptoutil implements file checksum helpers
Index ¶
Constants ¶
View Source
const ( CRC32 = "crc32" // CRC32 keeps the name of crc32 algorithm MD5 = "md5" // MD5 keeps the name of md5 algorithm SHA1 = "sha1" // SHA1 keeps the name of sha1 algorithm SHA224 = "sha224" // SHA224 keeps the name of sha224 algorithm SHA256 = "sha256" // SHA256 keeps the name of sha256 algorithm SHA384 = "sha384" // SHA384 keeps the name of sha384 algorithm SHA512 = "sha512" // SHA512 keeps the name of sha512 algorithm )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.