Packages

An Elixir/Erlang nif wrapper to call Ed25519 functions in rust from https://github.com/dalek-cryptography/ed25519-dalek Requires rust/cargo to build the native nif library; see: https://rustup.rs/ This is currently only a very basic POC.

Current section

Files

Jump to
ed209 README.md
Raw

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