Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HashType ¶
type HashType string
const ( MD5 HashType = "MD5" SHA1 HashType = "SHA1" SHA224 HashType = "SHA224" SHA256 HashType = "SHA256" SHA384 HashType = "SHA384" SHA512 HashType = "SHA512" SHA3_224 HashType = "SHA3-224" SHA3_256 HashType = "SHA3-256" SHA3_384 HashType = "SHA3-384" SHA3_512 HashType = "SHA3-512" BLAKE2B_256 HashType = "BLAKE2B-256" BLAKE2B_384 HashType = "BLAKE2B-384" BLAKE2B_512 HashType = "BLAKE2B-512" BLAKE2S_128 HashType = "BLAKE2S-128" BLAKE2S_256 HashType = "BLAKE2S-256" Unknown HashType = "Unknown" // Represents an unknown or unsupported hash type )
Click to show internal directories.
Click to hide internal directories.