Versions in this module Expand all Collapse all v1 v1.0.9 Sep 22, 2016 Changes in this version + const RecommendedN + const Recommendedp + const Recommendedr + var ErrInvalidStub = fmt.Errorf("invalid scrypt password stub") + func Parse(stub string) (salt, hash []byte, N, r, p int, err error) + func ScryptSHA256(password string, salt []byte, N, r, p int) string