rusty_secrets 0.2.2

Implementation of threshold Shamir's secret sharing in the Rust programming language.
Documentation
1
2
3
4
5
#![cfg(test)]

pub fn secret_1kb() -> &'static [u8] {
    include_bytes!("resources/1KB.txt")
}