README.md
# BN [![CircleCI](https://circleci.com/gh/mana-ethereum/bn.svg?style=svg)](https://circleci.com/gh/mana-ethereum/bn)
BN128 elliptic curve operations for Elixir
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `bn` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:bn, "~> 0.2.2"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/bn](https://hexdocs.pm/bn).