25.10.2024, 12:54
Hello
I think after your guidance I have progressed on the time. Now the issue is I need to sign the GET code with HMAC-SHA256
How can we add a "crypto" library so this code can work:
local sign = crypto.hmac("sha256", str, secret):upper()
Thank you
I think after your guidance I have progressed on the time. Now the issue is I need to sign the GET code with HMAC-SHA256
How can we add a "crypto" library so this code can work:
local sign = crypto.hmac("sha256", str, secret):upper()
Thank you