Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorInvalidLengths = errors.New("invalid window lengths")
Functions ¶
func NewReader ¶
func NewReader(rd io.ReadCloser, salt []byte, hashes [][]byte, lengths []int, opts Options) (io.ReadCloser, error)
func ValuesToArgs ¶
func ValuesToArgs(hashFn HashAlgorithm, salt []byte, values []string) (hashes [][]byte, lengths []int)
Types ¶
type HashAlgorithm ¶
type Options ¶
type Options struct {
Hash HashAlgorithm
Mask string
NumWorkers int
}
Click to show internal directories.
Click to hide internal directories.