Documentation
¶
Index ¶
- func Author() string
- func License() string
- func Version() string
- type Hashx
- func FileMd5(f interface{}) (h Hashx, err error)
- func FileSha1(f interface{}) (h Hashx, err error)
- func FileSha256(f interface{}) (h Hashx, err error)
- func FileSha512(f interface{}) (h Hashx, err error)
- func HmacMd5(key string, s ...interface{}) (h Hashx)
- func HmacSha1(key string, s ...interface{}) (h Hashx)
- func HmacSha256(key string, s ...interface{}) (h Hashx)
- func HmacSha512(key string, s ...interface{}) (h Hashx)
- func Md5(s ...interface{}) (h Hashx)
- func Sha1(s ...interface{}) (h Hashx)
- func Sha256(s ...interface{}) (h Hashx)
- func Sha512(s ...interface{}) (h Hashx)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Hashx ¶
Hashx storing hash object
func FileSha256 ¶
FileSha256 returns sha256 hash of file
func FileSha512 ¶
FileSha512 returns sha512 hash of file
func HmacSha256 ¶
HmacSha256 returns hmac sha256 hash of string with key
func HmacSha512 ¶
HmacSha512 returns hmac sha512 hash of string with key
Click to show internal directories.
Click to hide internal directories.