lua-resty-hmac
lua-resty-hmac copied to clipboard
hmac:new return nil and err is nil
Hello!
I use this module in kong to write custom plugin.
But I met a problem.
When I use hmac:new
, I always got nil and the err is nil too.
the code is this
My kong env is docker kong:0.12.3-centos
Do you know under what circumstances will this happen?
Thank you very much!