ExSecp256k1
NIF for secp256k1 curve functions.
It wraps functions from the libsecp256k1 Rust library.
Installation
ex_secp256k1 requires Rust to be installed.
The package can be installed by adding ex_secp256k1 to your list of
dependencies in mix.exs:
[
{:ex_secp256k1, "~> 0.4"}
]Usage
The docs can be found at https://hexdocs.pm/ex_secp256k1.
Contributing
- 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