Documentation
¶
Overview ¶
Package crypto provides cryptographic hashing functions and UUID generation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HMACSHA256 ¶
HMACSHA256 computes the HMAC-SHA256 of a message with a secret key.
func HMACSHA512 ¶
HMACSHA512 computes the HMAC-SHA512 of a message with a secret key.
func SHA256 ¶
SHA256 computes the SHA256 hash of the input string and returns it as a hex-encoded string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.