smol-mpc 0.1.0

A port of TinySMPC into Rust.
Documentation
1
2
3
4
5
//! Defines all the utilities for the library.
//! 
//! In this module you can find utilities like pseudo-random generator which is
//! needed to perform some MPC protocols.
pub mod prg;