Documentation ¶
Index ¶
- func Blake2s256(str string) string
- func Blake2s256Bytes(b []byte) string
- func Blake2s256File(filename string) (string, error)
- func Blake2s256Reader(reader io.ReadCloser) (string, error)
- func CRC32(str string) string
- func CRC32Bytes(b []byte) string
- func CRC32File(filename string) (string, error)
- func CRC32Reader(reader io.Reader) (string, error)
- func MD5(str string) string
- func MD5File(filename string) (string, error)
- func MD5Reader(reader io.ReadCloser) (string, error)
- func Md5Bytes(d []byte) string
- func SHA1(str string) string
- func SHA1Bytes(b []byte) string
- func SHA1Reader(reader io.ReadCloser) (string, error)
- func SHA1sumFile(filename string) (string, error)
- func SHA256(str string) string
- func SHA256Bytes(b []byte) string
- func SHA256File(filename string) (string, error)
- func SHA256Reader(reader io.ReadCloser) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Blake2s256 ¶
func Blake2s256Bytes ¶
func Blake2s256File ¶
func Blake2s256Reader ¶
func Blake2s256Reader(reader io.ReadCloser) (string, error)
func CRC32Bytes ¶
func SHA1Reader ¶
func SHA1Reader(reader io.ReadCloser) (string, error)
func SHA1sumFile ¶
func SHA256Bytes ¶
func SHA256File ¶
func SHA256Reader ¶
func SHA256Reader(reader io.ReadCloser) (string, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.