Documentation ¶ Index ¶ type Config type Hasher func NewHasher() *Hasher func NewHasherWith(config Config) *Hasher func (h *Hasher) Check(value []byte, hash []byte) (bool, error) func (h *Hasher) Hash(value []byte) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config = argon2.Config type Hasher ¶ type Hasher struct { // contains filtered or unexported fields } func NewHasher ¶ func NewHasher() *Hasher func NewHasherWith ¶ func NewHasherWith(config Config) *Hasher func (*Hasher) Check ¶ func (h *Hasher) Check(value []byte, hash []byte) (bool, error) func (*Hasher) Hash ¶ func (h *Hasher) Hash(value []byte) ([]byte, error) Source Files ¶ View all Source files hasher.go Click to show internal directories. Click to hide internal directories.