Documentation
¶
Overview ¶
Package hmac implements the functions, types, and interfaces for the module.
Package hmac implements the functions, types, and interfaces for the module.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultConfig ¶
Types ¶
type ConfigValidator ¶
type ConfigValidator struct {
SaltLength int
}
type HMAC ¶
type HMAC struct {
// contains filtered or unexported fields
}
HMAC implements the HMAC hashing algorithm
func (*HMAC) HashWithSalt ¶
HashWithSalt implements the hash with salt method
type Params ¶ added in v0.2.17
type Params struct {
}
Params represents parameters for HMAC algorithm
func DefaultParams ¶ added in v1.1.0
func DefaultParams() *Params
Click to show internal directories.
Click to hide internal directories.