Versions in this module Expand all Collapse all v1 v1.3.1 Jul 11, 2018 v1.3.0 Jun 10, 2018 Changes in this version + var ErrNoMatch = errors.New("password does not match") + func Verify(plaintext string, h SaltedSHA512PBKDF2Dictionary) error + type SaltedSHA512PBKDF2Dictionary struct + Entropy []byte + Iterations int + Salt []byte + func SaltedSHA512PBKDF2(plaintext string) (SaltedSHA512PBKDF2Dictionary, error)