3 releases

new 0.2.3 Oct 11, 2024
0.2.2 Sep 14, 2023
0.2.1 Jul 19, 2023

#478 in Cryptography

Download history 12/week @ 2024-06-26 36/week @ 2024-07-03 2/week @ 2024-07-10 7/week @ 2024-07-17 28/week @ 2024-07-24 22/week @ 2024-07-31 11/week @ 2024-08-07 5/week @ 2024-08-14 8/week @ 2024-08-21 23/week @ 2024-08-28 4/week @ 2024-09-11 21/week @ 2024-09-18 22/week @ 2024-09-25 12/week @ 2024-10-02 158/week @ 2024-10-09

215 downloads per month
Used in 2 crates (via sta-rs)

MPL-2.0 license

38KB
765 lines

adss crate

Rust implementation of the Adept Secret Sharing framework.

Disclaimer

WARNING the libraries present in this workspace have not been audited, use at your own risk! This code is under active development and may change substantially in future versions.

See the changelog for information about different versions.

Quickstart

Build & test:

cargo build
cargo test

Open a local copy of the documentation:

cargo doc --open --no-deps

lib.rs:

The adss crate defines functionality for performing secret sharing with established security guarantees. We use this framework as it allows for specifying the random coins that are used for establishing the lagrange polynomial coefficients explicitly. A description of the Adept Secret Sharing framework is provided in the paper by Bellare et al..

Dependencies

~3MB
~63K SLoC