foundry-mpc-rs 0.1.2

shamir-secret-sharing implementation forked from Lúcás C. Meier's cait_sith protocol and ZcashFoundation's frost
Documentation
1
2
3
4
5
6
7
8
9
10
mod combine;
mod lagrange;
mod split;

pub use combine::*;
pub use lagrange::*;
pub use split::*;

#[cfg(test)]
mod test;