import "github.com/ncw/rclone/backend/dropbox/dbhash"
Package dbhash implements the dropbox hash as described in
https://www.dropbox.com/developers/reference/content-hash
const ( // BlockSize of the checksum in bytes. BlockSize = sha256.BlockSize // Size of the checksum in bytes. Size = sha256.BlockSize )
New returns a new hash.Hash computing the Dropbox checksum.
Sum returns the Dropbox checksum of the data.
Package dbhash imports 2 packages (graph) and is imported by 7 packages. Updated 2019-08-06. Refresh now. Tools for package owners.