Versions in this module Expand all Collapse all v1 v1.1.1 Nov 20, 2020 v1.1.0 Sep 26, 2020 Changes in this version + type Result []byte + func Sum(data []byte) Result + func SumFile(file *os.File) (Result, error) + func SumFileByPath(filePath string) (Result, error) + func SumString(data string) Result + func (r Result) Bytes() []byte + func (r Result) String() string + func (r Result) String16() string + func (r Result) UpperString() string + func (r Result) UpperString16() string