Is there an example of using HMAC hashing using the hmac_sha1_generate algorithm?
I am trying to use the HMAC hashing and want to use the hmac_sha1_generate algorithm.
Is there an example of the algorithm chain for this?
I need to use a secret key provided by an external system.