round-based 0.4.1

Driver for MPC protocols
Documentation
1
2
3
4
5
6
#[test]
fn compile_test() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/derive/compile-fail/*.rs");
    t.pass("tests/derive/compile-pass/*.rs")
}