Current section

Files

Jump to
keccak_ex README.md
Raw

README.md

# KeccakEx
Small library for handling Keccak 256 in Elixir.
## Usage
Add dependency in your mix.exs:
```elixir
def deps do
[
{:keccak_ex, "~> 0.1.2"}
]
end
```
Enjoy!
## License
MIT. Just do whatever you like with this.
## Contributing
Even tiny contributions are very much welcome.