Documentation ¶ Index ¶ type Ret func Sum1(k, r []byte) *Ret func Sum256(k, r []byte) *Ret func Sum512(k, r []byte) *Ret func (r *Ret) Base64() string func (r *Ret) Byte() []byte func (r *Ret) Error() error func (r *Ret) Hex() string func (r *Ret) Result() ([]byte, error) func (r *Ret) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Ret ¶ type Ret struct { // contains filtered or unexported fields } func Sum1 ¶ func Sum1(k, r []byte) *Ret func Sum256 ¶ func Sum256(k, r []byte) *Ret func Sum512 ¶ func Sum512(k, r []byte) *Ret func (*Ret) Base64 ¶ func (r *Ret) Base64() string func (*Ret) Byte ¶ func (r *Ret) Byte() []byte func (*Ret) Error ¶ func (r *Ret) Error() error func (*Ret) Hex ¶ func (r *Ret) Hex() string func (*Ret) Result ¶ func (r *Ret) Result() ([]byte, error) func (*Ret) String ¶ func (r *Ret) String() string Source Files ¶ View all Source files hmac.gostrc.go Click to show internal directories. Click to hide internal directories.