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