Versions in this module Expand all Collapse all v0 v0.1.0 Apr 19, 2023 Changes in this version + var ErrVerifyMismatch = errors.New("argon2id: password does not match the supplied hash") + var FirstRecommended = Params + var SecondRecommended = Params + func Hash(password string, p Params) (string, error) + func Verify(hash, password string) error + type Params struct + Memory uint32 + Parallelism uint8 + Passes uint32 + Rand io.Reader + SaltLength uint32 + TagLength uint32