azure_core

Module hmac

source

Functionsยง

  • 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.