Skip to content

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

License

Notifications You must be signed in to change notification settings

orhanhenrik/ed25519_blake2b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published