Documentation ¶
Index ¶
- func SumBytes(b []byte) string
- func SumFile(fileName string) (string, error)
- func SumFileAt(fileName string, offset int64, length int64) (string, error)
- func SumReader(r io.Reader) (string, error)
- func SumReaderAt(r io.ReaderAt, offset, length int64) (string, error)
- func SumReaderN(r io.Reader, n int64) (string, error)
- func SumString(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.