package
0.7.6
Repository: https://github.com/nspcc-dev/neofs-api-go.git
Documentation: pkg.go.dev

# Functions

Concat combines hashes based on homomorphic property.
SaltXOR xors bits of data with salt repeating salt if necessary.
Sum returns Tillich-Zémor checksum of data.

# Constants

ErrWrongDataSize raised when wrong size of bytes is passed to unmarshal HH.
HomomorphicHashSize contains size of HH.

# Type aliases

Hash is implementation of HomomorphicHash.
HashesSlice is a collection that satisfies sort.Interface and can be sorted by the routines in sort package.