Closed starsz closed 5 years ago
Hello, when i use hmac:new("xxx"). I found that there was a mistake in your code.
That in your code. hmac.lua:123
local _hash_algo = hash_algo or hashes.md5
I think it should be
local _hash_algo = hash_algo or hashes.MD5
@starsz Thank you for the report!
Hello, when i use hmac:new("xxx"). I found that there was a mistake in your code.
That in your code. hmac.lua:123
I think it should be