Versions in this module Expand all Collapse all v0 v0.0.4 Mar 6, 2024 Changes in this version + const HashSize + const SerializedMuHashSize + var EmptyMuHashHash = Hash + type Hash [HashSize]byte + func (hash *Hash) AsArray() *[32]byte + func (hash *Hash) SetBytes(newHash []byte) error + func (hash Hash) IsEqual(target *Hash) bool + func (hash Hash) String() string + type MuHash struct + func DeserializeMuHash(serialized *SerializedMuHash) (*MuHash, error) + func NewMuHash() *MuHash + func (mu *MuHash) Add(data []byte) + func (mu *MuHash) Combine(other *MuHash) + func (mu *MuHash) Finalize() Hash + func (mu *MuHash) Remove(data []byte) + func (mu *MuHash) Reset() + func (mu *MuHash) Serialize() *SerializedMuHash + func (mu MuHash) Clone() *MuHash + func (mu MuHash) String() string + type SerializedMuHash [SerializedMuHashSize]byte + func (serialized SerializedMuHash) String() string