5 releases
Uses old Rust 2015
0.1.6 | Feb 20, 2018 |
---|---|
0.1.5 | Feb 19, 2018 |
0.1.4 | Jan 18, 2018 |
0.1.3 | Dec 13, 2017 |
#55 in #build-time
Used in oblivc
6MB
138K
SLoC
Contains (autotools obfuscated code, 215KB) obliv-c/configure, (obscure autoconf code, 7KB) obliv-c/configure.ac
Rust wrapper for Obliv-C
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.