hashreader

package
v0.20.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2024 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HashReader

type HashReader struct {
	// contains filtered or unexported fields
}

HashReader is a wrapper around an io.Reader that calculates the SHA-256 hash of the read data.

func NewReader

func NewReader(r io.Reader) *HashReader

NewReader creates a new HashReader.

func (*HashReader) Read

func (hr *HashReader) Read(p []byte) (int, error)

Read reads from the underlying reader and updates the hash.

func (*HashReader) Verify

func (hr *HashReader) Verify(expected string) error

Verify returns true if the calculated hash matches the expected hash.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL