Skip to content

elcritch/keyx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyX

Elixir library for Shamir's Secret Sharing (SSS) algorithm. Under the hood it's a simple wrapper around SpinResearch's RustySecrets using the helpful Rustler.

Documentation can be found at https://hexdocs.pm/keyx.

Installation

If available in Hex, the package can be installed by adding keyx to your list of dependencies in mix.exs:

def deps do
  [
    {:keyx, "~> 0.1.0"}
  ]
end

About

Elixir implementation of Shamir's Secret Sharing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages