Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Module for fx.
Functions ¶
Types ¶
type Algo ¶
type Algo interface { // Generate an encoded msg. Generate(msg string) string // Compare encoded with msg. Compare(enc, msg string) error }
Algo for hmac.
Click to show internal directories.
Click to hide internal directories.