Hi!
I was wondering if there was a supported function provided by Cloudflare that can be utilized in an expression to conduct HMAC SHA256 validation, with a signature digest being a hex encoded string, without the usage of a worker?
Looking at
it seems the only supported form is base64-encoded MAC natively.
Thanks!