Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Algorithm ¶
type Algorithm int
Algorithm describes the digest algorithm
const ( // SHA256 is the sha256 algorithm SHA256 Algorithm // SHA384 is the sha384 algorithm SHA384 )
type Digest ¶
Digest contains a checksum
func FromString ¶
FromString converts a "<Algorithm>:<hash> string to Digest
Click to show internal directories.
Click to hide internal directories.