Versions in this module Expand all Collapse all v0 v0.0.1 Feb 18, 2023 v0.0.0 Oct 23, 2020 Changes in this version + var ErrIncompatibleVersion = errors.New("incompatible version of argon2") + var ErrInvalidHash = errors.New("the encoded hash is not in the correct format") + func Run(text string) (hashed string, err error) + func RunFile(filepath string) (string, error) + func RunSha1(str ...string) string + func Verify(plaintext, hashed string) (match bool, err error)