package
1.7.1
Repository: https://github.com/devx/docker.git
Documentation: pkg.go.dev

# Functions

GetVersionFromTarsum returns the Version from the provided string.
Get a list of all known tarsum Version.
NewTarSum creates a new interface for calculating a fixed time checksum of a tar archive.
Create a new TarSum using the provided TarSum version+hash label.
Create a new TarSum, providing a THash to use rather than the DefaultTHash.
Convenience method for creating a THash.
VersionLabelForChecksum returns the label for the given tarsum checksum, i.e., everything before the first `+` character in the string or an empty string if no label separator is found.

# Constants

Prefix of "tarsum".
Prefix of "tarsum".
NOTE: this variable will be either the latest or an unsettled next-version of the TarSum calculation.

# Variables

TarSum default is "sha256".
Errors that may be returned by functions in this package.
Errors that may be returned by functions in this package.

# Interfaces

This interface extends TarSum by adding the Remove method.
This info will be accessed through interface so the actual name and sum cannot be medled with.
TarSum is the generic interface for calculating fixed time checksums of a tar archive.
A hash.Hash type generator and its name.

# Type aliases

No description provided by the author
versioning of the TarSum algorithm based on the prefix of the hash used i.e.