Guarana
View SourceBIP32 key derivation for ed25519 keys. it uses ed25519-dalek-bip32 rust library
Installation
The package can be installed by adding guarana
to your list of dependencies in mix.exs
:
def deps do
[
{:guarana, "~> 0.1.0"}
]
end