Module: Linzer::HMAC

Defined in:
lib/linzer/hmac.rb

Overview

Note:

HMAC keys are symmetric - the same key is used for signing and verification. Keep the key material secret!

HMAC (Hash-based Message Authentication Code) symmetric signing support.

HMAC uses a shared secret key for both signing and verification. This is useful when both parties can securely share a secret.

Defined Under Namespace

Classes: Key