Versions in this module Expand all Collapse all v1 v1.0.0 Jul 26, 2022 Changes in this version + type HashOptions struct + MinLength int + NewHash func() hash.Hash + type Hasher interface + CreateID func(value []byte, collisions int) []byte + func NewHasher() (Hasher, error) + func NewHasherWithOptions(options HashOptions) (Hasher, error) Other modules containing this package github.com/regen-network/regen-ledger/x/data/v2