Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Hash ¶
func Hash(key string, Type HashAlgorithm) (hash string)
Types ¶
type HashAlgorithm ¶
type HashAlgorithm uint8
const ( HashSha1 HashAlgorithm = iota HashSha256 HashSha384 HashSha512 )
Click to show internal directories.
Click to hide internal directories.