Versions in this module Expand all Collapse all v0 v0.1.1 Dec 29, 2024 v0.1.0 Dec 3, 2023 Changes in this version + const RIPEMD160 + const SHA256 + const SHA3256 + func Hash(src io.Reader, hash hash.Hash) error + func HashCopy(dst io.Writer, src io.Reader, hash hash.Hash) (written int64, err error) + func MultiHash(src io.Reader, hashMap map[Algo]hash.Hash) error + type Algo string + func ParseAlgo(Name string) (Algo, error) + func (r *Algo) UnmarshalText(text []byte) error + func (r Algo) New() hash.Hash + func (r Algo) Validate() error