README.md
# Ed209
An Elixir/Erlang nif wrapper to call Ed25519 functions in rust available from (https://github.com/dalek-cryptography/ed25519-dalek)
This is currently only a very basic POC.
# Credits
uses [Dalek-ed25519](https://github.com/dalek-cryptography/ed25519-dalek) rust crate for [Ed-25519](https://ed25519.cr.yp.to/) functions
and [Rustler](https://github.com/hansihe/rustler) for generating the rust/nif interop