Versions in this module Expand all Collapse all v0 v0.1.0 Aug 30, 2018 Changes in this version + const MD5 + const SHA1 + const SHA256 + const SHA512 + type Algorithm struct + func LookupName(name string) (Algorithm, error) + func MustLookupName(name string) Algorithm + func New(name string, hasher Hasher) Algorithm + func NewUnknown(name string) Algorithm + func (a Algorithm) Hash(reader io.Reader) ([]byte, error) + func (a Algorithm) Name() string + func (a Algorithm) NewHash() hash.Hash + type Hasher func() hash.Hash