Documentation
¶
Overview ¶
Package pbkdf2 implements the functions, types, and interfaces for the module.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultConfig ¶
func NewPBKDF2 ¶ added in v0.3.18
func NewPBKDF2(algType types.Type, config *types.Config) (interfaces.Cryptographic, error)
NewPBKDF2 creates a new PBKDF2 crypto instance
Types ¶
type PBKDF2 ¶
type PBKDF2 struct {
// contains filtered or unexported fields
}
PBKDF2 implements the PBKDF2 hashing algorithm
func (*PBKDF2) HashWithSalt ¶
HashWithSalt implements the hash with salt method
type Params ¶
Params represents parameters for PBKDF2 algorithm
func DefaultParams ¶
func DefaultParams() *Params
Click to show internal directories.
Click to hide internal directories.