Skip to content
New issue

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

Compatibility with OTP24 #48

Merged

Conversation

amacgregor
Copy link
Contributor

Refactor on the signature generation logic to support changes on OTP24

Fixes #47

  • Abstract signature logic into private function
  • Add checks for new :crypto.mac method
  • Make sure new logic is backwards compatible

Refactor on the signature generation logic to support changes on OTP24

- Abstract signature logic into private function
- Add checks for new `:crypto.mac` method
- Make sure new logic is backwards compatible
@Cinderella-Man
Copy link
Collaborator

Thank you very much for your contribution, this looks great, I appreciate the effort to keep it backwards compatible with the older OTP versions 👍

@Cinderella-Man Cinderella-Man merged commit 812dcb3 into dvcrn:master Jun 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

:crypto.hmac/3 removed in OTP 24
2 participants