Documentation
¶
Overview ¶
Package hmac provides utilities for signing and verifying messages using HMAC.
Index ¶
Constants ¶
This section is empty.
Variables ¶
ErrHashUnavailable is returned when the hash function is not linked into the binary.
Functions ¶
This section is empty.
Types ¶
type HMAC ¶
type HMAC struct {
// contains filtered or unexported fields
}
HMAC signs messages and verifies message signatures using HMAC. It is safe for concurrent use by multiple goroutines.
Click to show internal directories.
Click to hide internal directories.