[][src]Module mundane::hmac

Hash-based Message Authentication Codes (HMACs).

Structs

Hmac

A Hash-based Message Authentication Code (HMAC).

Functions

hmac

Computes the HMAC of a sequence of bytes under a key.

Type Definitions

HmacSha256

HMAC-SHA256.

HmacSha384

HMAC-SHA384.

HmacSha512

HMAC-SHA512.