verifier

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Verifier

type Verifier interface {
	io.Writer
	Verify() error
	VerifyFile(ctx context.Context, filePath string) error
}

Verifier can check a reader against its correctness.

func NewSha256Verifier

func NewSha256Verifier(hashed string) Verifier

NewSha256Verifier creates a Verifier that tests against the given hash.

Jump to

Keyboard shortcuts

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