package
0.1.4
Repository: https://github.com/donyori/hash1.git
Documentation: pkg.go.dev

# Functions

CalculateChecksum calculates the hash checksum of the specified file.
NewUnknownHashAlgorithmError creates a new UnknownHashAlgorithmError with the specified hash algorithm name.

# Constants

NumHash is the number of supported hash algorithms.

# Variables

Hashes are the supported hash algorithms.
Names are the names and aliases of the supported hash algorithms.

# Structs

HashChecksum consists of the hash algorithm name and the hexadecimal representation of the checksum.
UnknownHashAlgorithmError is an error indicating that the specified hash algorithm is unknown.