README.md

# ExHmac

**HMAC Authentication**

## Installation

Add ExHmac to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:exhmac, "> 0.1.0"}
  ]
end
```
run `mix deps.get`.