Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotSupported is returned when the hash is unsupported ErrNotSupported errNotSupported // ErrInvalidFormat is returned when the checksum format is invalid ErrInvalidFormat errInvalidFormat // ErrClosed is returned when writing after the hash is closed ErrClosed errClosed // ErrKeyInvalid is returned when the hash key config is invalid ErrKeyInvalid errKeyInvalid )
Functions ¶
Types ¶
type AlgsMap ¶
type AlgsMap struct {
// contains filtered or unexported fields
}
func NewAlgsMap ¶
func NewAlgsMap() *AlgsMap
type Verifier ¶
type Verifier struct {
// contains filtered or unexported fields
}
Verifier verifies hashes
func NewVerifier ¶
func NewVerifier() *Verifier
Click to show internal directories.
Click to hide internal directories.