2 releases

0.2.2 Sep 14, 2023
0.2.1 Jul 19, 2023

#1266 in Cryptography

Download history 7/week @ 2024-02-14 32/week @ 2024-02-21 28/week @ 2024-02-28 23/week @ 2024-03-06 9/week @ 2024-03-13 17/week @ 2024-03-20 38/week @ 2024-03-27 22/week @ 2024-04-03 8/week @ 2024-04-10

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

MPL-2.0 license

37KB
766 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.

Quickstart

Build & test:

cargo build
cargo test

Benchmarks:

cargo bench

Open local copy of 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 framework is provided in the paper by Bellare et al..

Dependencies

~3MB
~65K SLoC