Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 401 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 401 Bytes

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.