Packages

Cryptographic operation library for NextHub

Current section

Files

Jump to
Raw

README.md

# NextHubCrypto
**TODO: Add description**
## Installation
The package can be installed by adding `nexthub_crypto` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:nexthub_crypto, "~> 0.1.0"}
]
end
```