Versions in this module Expand all Collapse all v1 v1.0.0 Mar 3, 2016 Changes in this version + func HashBytes(password []byte) ([]byte, error) + func HashString(password string) (string, error) + func MatchBytes(hash, password []byte) bool + func MatchString(hash, password string) bool