package
1.64.0-Personal
Repository: https://github.com/dceldran/rclone.git
Documentation: pkg.go.dev

# Functions

New returns a new hash.Hash computing the HiDrive checksum.
NewLevel returns a new hash.Hash computing any level-n hash, except level-0.
Sum returns the HiDrive checksum of the data.

# Constants

BlockSize of the checksum in bytes.
Size of the checksum in bytes.

# Variables

ErrorHashFull is returned when a hash reached its capacity and cannot accept any more input.
ErrorInvalidEncoding is returned when a hash should be decoded from a binary form that is invalid.