Skip to content

Instantly share code, notes, and snippets.

@KamilLelonek
Created April 22, 2018 21:00
Show Gist options
  • Save KamilLelonek/13fbfe7d6ee8d59d75efe64cd163c667 to your computer and use it in GitHub Desktop.
Save KamilLelonek/13fbfe7d6ee8d59d75efe64cd163c667 to your computer and use it in GitHub Desktop.
defp hmac_sha512(key, data), do: :crypto.hmac(:sha512, key, data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment