Documentation ¶
Overview ¶
Package crypto provides template functions for cryptographic operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Namespace ¶
type Namespace struct{}
Namespace provides template functions for the "crypto" namespace.
func New ¶
func New() *Namespace
New returns a new instance of the crypto-namespaced template functions.
func (*Namespace) FNV32a ¶ added in v0.98.0
FNV32a hashes v using fnv32a algorithm. <docsmeta>{"newIn": "0.98.0" }</docsmeta>
func (*Namespace) HMAC ¶ added in v0.73.0
HMAC returns a cryptographic hash that uses a key to sign a message.
Click to show internal directories.
Click to hide internal directories.