Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HMACEqual ¶
HMACEqual reports whether two MACs are equal, in constant time. A non-constant-time comparison of a MAC is a timing oracle: never compare signatures with == or a byte loop that returns early.
func HMACSHA256 ¶
HMACSHA256 returns the HMAC-SHA256 of message under key. Used by tinywasm/jwt to sign JWT session tokens.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.