modulepackage
0.0.0-20180830230917-22b14a53ba50
Repository: https://github.com/stevvooe/resumable.git
Documentation: pkg.go.dev
# README
DEPRECATED: This package is now deprecated. Just use the crypto/sha256
package in the standard library. See an example in the
tests.
resumable
A Subset of the Go crypto
Package with a Resumable Hash Interface
Documentation
# Variables
ErrBadState is returned if Restore fails post-unmarshaling validation.
# Interfaces
Hash is the common interface implemented by all resumable hash functions.