Categorygithub.com/stevvooe/resumable
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

GoDocs: http://godoc.org/github.com/stevvooe/resumable

# Packages

Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 hash algorithms as defined in FIPS 180-4.

# Variables

ErrBadState is returned if Restore fails post-unmarshaling validation.

# Interfaces

Hash is the common interface implemented by all resumable hash functions.