README.md
# HmCrypto
[](https://circleci.com/gh/heathmont/hm-crypto)
[](https://coveralls.io/github/heathmont/hm-crypto?branch=refactor)
[](https://coingaming.atlassian.net/wiki/pages/viewpageattachments.action?pageId=234193215&metadataLink=true)
Elixir library for signing and validating requests
## Installation
```elixir
def deps do
[
{:hm_crypto, git: "git@github.com:heathmont/hm-crypto.git"}
]
end
```