Documentation ¶
Index ¶
- func MySelf() ([]byte, error)
- func SumBytes(b []byte) []byte
- func SumFile(name string) ([]byte, error)
- func SumFileAt(name string, offset, size int64, buf []byte) ([]byte, error)
- func SumHex(b string) string
- func SumReader(r io.Reader) ([]byte, error)
- func SumReaderAt(r io.ReaderAt, offset, size int64, buf []byte) ([]byte, error)
- func SumString(b string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SumFileAt ¶ added in v0.0.143
SumFileAt return ms5sum of data by offset and len is size buf is a buffer to read from file every time.
func SumReaderAt ¶ added in v0.0.143
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.