Documentation ¶
Overview ¶
Package hmac contains utilities for dealing with HMAC checksums.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Append ¶
func Append(input gather.Bytes, secret []byte, output *gather.WriteBuffer)
Append computes HMAC-SHA256 checksum for a given block of bytes and appends it.
func VerifyAndStrip ¶
VerifyAndStrip verifies that given block of bytes has correct HMAC-SHA256 checksum and strips it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.