hmac

HMAC (Keyed-Hashing for Message Authentication) Python module.

Implements the HMAC algorithm as described by RFC 2104.

Functions

compare_digest((a, b) -> bool) Return ‘a == b’.
new(key[, msg, digestmod]) Create a new hashing object and return it.

Classes

HMAC(key[, msg, digestmod]) RFC 2104 HMAC class.