/ex_secp256k1

Rust Nif that wraps a couple functions from the libsecp256k1 rust library

Primary LanguageElixirMIT LicenseMIT

ExSecp256k1

Hex.pm Hex.pm Hex.pm Github.com

NIF for secp256k1 curve functions.

It wraps functions from the libsecp256k1 Rust library.

Installation

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

  [
    {:ex_secp256k1, "~> 0.7.2"}
  ]

Usage

The docs can be found at https://hexdocs.pm/ex_secp256k1.

Contributing

  1. Fork it!
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request