ayrat555 / ex_secp256k1

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Elixir 76.3%Language:Rust 23.7%