README.md

# Guarana

BIP32 key derivation for ed25519 keys. it uses [ed25519-dalek-bip32](https://github.com/jpopesculian/ed25519-dalek-bip32) rust library

## Installation

The package can be installed by adding `guarana` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:guarana, "~> 0.1.0"}
  ]
end
```