# Functions
Equal compares hashes safely.
NewObjectHash returns a new ObjectHasher using Object.
NewSecureObjectHash returns a new ObjectHasher using SecureObject.
NewSet creates a set from a list of objects.
Object canonicalizes the object before hashing with xxhash.
SecureEqual compares hashes safely.
SecureObject canonicalizes the object before hashing with sha512 and then with xxhash.
# Interfaces
ObjectHasher hashes and object and can compare hashes for equality.
# Type aliases
No description provided by the author
No description provided by the author
Set is a set that stores objects based on their Object hash.