README.md
# Cafezinho
NIF for Ed25519 curve functions.
It uses https://github.com/brndnmtthws/dryoc
## Installation
`cafezinho` requires Rust to be installed.
The package can be installed by adding `cafezinho` to your list of
dependencies in `mix.exs`:
```elixir
[
{:cafezinho, "~> 0.3"}
]
```
## Usage
The docs can be found at [https://hexdocs.pm/cafezinho](https://hexdocs.pm/cafezinho).
## Author
Ayrat Badykov (@ayrat555)