3 releases
new 0.2.3 | Oct 11, 2024 |
---|---|
0.2.2 | Sep 14, 2023 |
0.2.1 | Jul 19, 2023 |
#478 in Cryptography
215 downloads per month
Used in 2 crates
(via sta-rs)
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