dsprenkels / sss-hs

Haskell bindings for my Shamir secret sharing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sss-hs

This article README file is a stub. You can help Wikipedia the project by expanding it.

These are the Haskell bindings for my Shamir secret sharing library.

Install and build

# Clone and cd into the source code
git clone --submodule https://github.com/dsprenkels/sss-hs.git
cd sss-hs

# Install the library using Cabal
cabal install

About

Haskell bindings for my Shamir secret sharing library

License:MIT License


Languages

Language:Haskell 100.0%