Rust NIF for Base58 encoding and decoding with support of Bitcoin, Ripple, Monero and Flickr alphabets.
It uses https://github.com/mycorrhiza/bs58-rs rust library
The package can be installed by adding ex_base58
to your list of dependencies in mix.exs
:
def deps do
[
{:ex_base58, "~> 0.3.0"}
]
end
the docs can be found at https://hexdocs.pm/ex_base58.
- Fork it!
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Ayrat Badykov (@ayrat555)