Versions in this module Expand all Collapse all v0 v0.2.0 Feb 9, 2020 Changes in this version + var ServerValues = &serverValues + func Checksum(s string) [32]byte + func ClientHook(username, pw string) orbit.Hook + func Hash(s string) ([]byte, error) + func ServerHook(hf UserHashFunc) orbit.Hook + type UserHashFunc func(username string) (hash []byte, ok bool)