Module hmac

Source

Functions§

hmac_sha256
Tries to create an HMAC SHA256 signature from the given data and key. The key is expected to be a base64 encoded string and will be decoded before using it for signing. The returned signature is also base64 encoded.