//
pkg.gl
Category
github.com/dceldran/rclone
backend
hidrive
hidrivehash
package
1.64.0-Personal
Repository:
https://github.com/dceldran/rclone.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
0
Files
328 SLOC
#
Functions
New
New returns a new hash.Hash computing the HiDrive checksum.
NewLevel
NewLevel returns a new hash.Hash computing any level-n hash, except level-0.
Sum
Sum returns the HiDrive checksum of the data.
#
Constants
BlockSize
BlockSize of the checksum in bytes.
Size
Size of the checksum in bytes.
#
Variables
ErrorHashFull
ErrorHashFull is returned when a hash reached its capacity and cannot accept any more input.
ErrorInvalidEncoding
ErrorInvalidEncoding is returned when a hash should be decoded from a binary form that is invalid.