libss

libss is a Rust library for secret sharing.

WARNING: This implementation has not received any audit and is NOT ready for production use.

Overview

libss provides an impelmentation of shamir secret sharing over the field GF(2**8), supporting arbitrary size secrets with up to 255 shares.

Directory structure

This library comes with unit tests for each of the provided crates. Run the tests with: bash cargo test

To perform the benchmarks, run the following command: bash cargo bench

Future Goals