orhanhenrik / ed25519_blake2b

Elixir NIF for working with ed25519 signatures with blake2b hashing. Created with rustler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ed25519Blake2b

Elixir NIF for working with ed25519 signatures with blake2b hashing. Created with rustler.

Installation

The package can be installed by adding ed25519_blake2b to your list of dependencies in mix.exs:

def deps do
  [
    {:ed25519_blake2b, "~> 0.1.1"}
  ]
end

The docs can be found at https://hexdocs.pm/ed25519_blake2b.

About

Elixir NIF for working with ed25519 signatures with blake2b hashing. Created with rustler.

License:MIT License


Languages

Language:Elixir 68.5%Language:Rust 31.5%