Univrse.Alg.HMAC (Univrse v0.2.0) View Source
HMAC algorithm module.
Signs and verifies messages using hash-based message authentication.
Link to this section Summary
Functions
Signs the message with the key using the specified algorithm.
Verifies the signature with the message and key, using the specified algorithm.
Link to this section Functions
Specs
sign(String.t(), binary(), Univrse.Key.t()) :: binary() | {:error, any()}
Signs the message with the key using the specified algorithm.
Specs
Verifies the signature with the message and key, using the specified algorithm.