Documentation
¶
Index ¶
- func Sum64(key string) []byte
- type HashingReaderWrapper
- func (t HashingReaderWrapper) Discard(offset int64) error
- func (t *HashingReaderWrapper) FinishHashCalculation() []byte
- func (t HashingReaderWrapper) Peek(count int) ([]byte, error)
- func (t HashingReaderWrapper) Read(bytes []byte) (int, error)
- func (t HashingReaderWrapper) Reset(reader io.Reader)
- func (t *HashingReaderWrapper) StartHashCalculation(hash crypto.Hash)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HashingReaderWrapper ¶
type HashingReaderWrapper struct { Reader *bufio.Reader CalculateSignature bool // contains filtered or unexported fields }
func (HashingReaderWrapper) Discard ¶
func (t HashingReaderWrapper) Discard(offset int64) error
func (*HashingReaderWrapper) FinishHashCalculation ¶
func (t *HashingReaderWrapper) FinishHashCalculation() []byte
func (HashingReaderWrapper) Reset ¶
func (t HashingReaderWrapper) Reset(reader io.Reader)
func (*HashingReaderWrapper) StartHashCalculation ¶
func (t *HashingReaderWrapper) StartHashCalculation(hash crypto.Hash)
Click to show internal directories.
Click to hide internal directories.