We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Erlang/OTP 24 dropped :crypto.hmac.
:crypto.hmac
=> ex_twilio Compiling 74 files (.ex) warning: :crypto.hmac/3 is undefined or private, use crypto:mac/4 instead lib/ex_twilio/request_validator.ex:35: ExTwilio.RequestValidator.compute_hmac/2
One must use :crypto.mac/4 which is OTP 22+
:crypto.mac/4
FYI, the package plug_crypto was updated to tackle the same thing in elixir-plug/plug_crypto@cf901bd and elixir-plug/plug_crypto@8c1f927
plug_crypto
Let me know if I need to write a PR for this.
The text was updated successfully, but these errors were encountered:
This is addressed in PR #154 Will be nice if that's merged and we get a new release.
Sorry, something went wrong.
Oh, perfect. Closing in favor of #147 / #154
No branches or pull requests
Erlang/OTP 24 dropped
:crypto.hmac
.One must use
:crypto.mac/4
which is OTP 22+FYI, the package
plug_crypto
was updated to tackle the same thing in elixir-plug/plug_crypto@cf901bd and elixir-plug/plug_crypto@8c1f927Let me know if I need to write a PR for this.
The text was updated successfully, but these errors were encountered: