Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrRootNotFound = errors.New("hashes root not found") ErrRootMismatch = errors.New("hashes root mismatch") ErrHashMismatch = errors.New("hash mismatch") ErrTooMuchMem = errors.New("hashed file requires too much memory") ErrInit = errors.New("failed to init hashfile") ErrPieceRead = errors.New("failed to read piece") ErrClosed = errors.New("closed") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.