Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompareSumFunc ¶
CompareSumFunc returns if the sum and the hash of b matches or not. If matches, it returns nil error. If not matches, it returns non-nil error.
type EqualSumFunc ¶
EqualSumFunc returns if the sum and the hash of b matches or not. Unlike CompareSumFunc, it returns true or false.
type HMACCompareSumFunc ¶
HMACCompareSumFunc returns if the sum and the HMAC of msg matches or not. If matches, it returns nil error. If not matches, it returns non-nil error.
type HMACEqualSumFunc ¶
HMACEqualSumFunc returns if the sum and the HMAC of msg matches or not. Unlike HMACCompareSumFunc, it returns true or false.
type HMACSumFunc ¶
HMACSumFunc returns HMAC of the msg.
Click to show internal directories.
Click to hide internal directories.