Closed marcandre closed 3 years ago
Thanks for letting me know. I will fix this soon.
Awesome :-)
FYI, the package plug_crypto
was updated to tackle the same thing in https://github.com/elixir-plug/plug_crypto/commit/cf901bd2c6694032353072b2c475d18eee7160cf and https://github.com/elixir-plug/plug_crypto/commit/8c1f9271c9a0fb241b1cc970608187246d88d29d
@marcandre @marcandre FYI, just sent a PR fixing the issue. thanks! :)
Changes added to version 1.1.
Thanks so much!
Erlang/OTP 24 dropped
:crypto.hmac
.One must use
:crypto.mac/4
which is OTP 22+It's not super clear to me how to handle Erlang as a dependency; I'd propose a PR but I'm not sure how to not break compatiblity with OTP < 22.