Versions in this module Expand all Collapse all v1 v1.0.9 Sep 22, 2016 Changes in this version + var DefaultSchemes = []abstract.Scheme + func Hash(password string) (hash string, err error) + func NeedsUpdate(stub string) bool + func Verify(password, hash string) (newHash string, err error) + func VerifyNoUpgrade(password, hash string) error + type Context struct + Schemes []abstract.Scheme + var DefaultContext Context + func (ctx *Context) Hash(password string) (hash string, err error) + func (ctx *Context) NeedsUpdate(stub string) bool + func (ctx *Context) Verify(password, hash string) (newHash string, err error) + func (ctx *Context) VerifyNoUpgrade(password, hash string) error