oblivc 0.1.2

Wrapper for Obliv-C
docs.rs failed to build oblivc-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Rust wrapper for Obliv-C

Crates.io Build Status

Obliv-C is a language for expressing Multi-Party Computation protocols as C-like programs. This wrapper allows to develop Rust programs that call Obliv-C protocols.

If an Obliv-C installation is passed via the OBLIVC_PATH environment variable at build time, that installation is used. Otherwise, Obliv-C is built from source.

For information on how to use this library, have a look at the crate documentation, as well as the examples in test-oblivc and their documentation.